Files
notifications-admin/app/templates/index.html
Rebecca Law 11d79951f3 Moved the templates into the app directory.
Added Manager to the app.py
2015-11-23 16:07:19 +00:00

10 lines
153 B
HTML

<html>
<head>
{% assets "css_all" %}
<style type="text/css" src="{{ ASSET_URL }}"></style>
{% endassets %}
</head>
<body>
<h1>hi</h1>
</body>
</html>