Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 129 → Rev 131

/webapp/main.py
63,7 → 63,7
("/restart", Restart),
("/testdb", TestDB),
("/parse", Parse)
], settings = {"static_path": "static"})
], static_path = "static")
 
if __name__ == "__main__":
http_server = tornado.httpserver.HTTPServer(application)
/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;