mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 16:09:49 -04:00
Moved the templates into the app directory.
Added Manager to the app.py
This commit is contained in:
10
app/templates/index.html
Normal file
10
app/templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user