Moved the templates into the app directory.

Added Manager to the app.py
This commit is contained in:
Rebecca Law
2015-11-23 16:07:19 +00:00
parent ba14e1263b
commit 11d79951f3
89 changed files with 10356 additions and 24 deletions

10
app/templates/index.html Normal file
View File

@@ -0,0 +1,10 @@
<html>
<head>
{% assets "css_all" %}
<style type="text/css" src="{{ ASSET_URL }}"></style>
{% endassets %}
</head>
<body>
<h1>hi</h1>
</body>
</html>