Log In
centos
/
artwork-archive
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
a62ec6352df1acea019e2bc8c31a127d9cc1104c
a62ec6352df1acea019e2bc8c31a127d9cc1104c
Scripts
CentOS-Web
centos-web.cgi
Fork and Edit
Blob
Blame
History
Raw
#!/usr/bin/python
from
Apps
import
xhtml
def
main
()
:
xhtml.main()
if
__name__ ==
'__main__'
: main()