Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 124 → Rev 130

/webapp/templates/base.html
1,6 → 1,7
<html>
<head>
<title>Tsim Apiak - {% block title %}Title{% end %}</title>
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico" />
<style type="text/css">
body {
background: #145179;
/webapp/main.py
63,7 → 63,7
("/restart", Restart),
("/testdb", TestDB),
("/parse", Parse)
])
], settings = {"static_path": "static"})
 
if __name__ == "__main__":
http_server = tornado.httpserver.HTTPServer(application)
/webapp/static/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/webapp/static/favicon.ico
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property