initial working state
This commit is contained in:
12
templates/layout.html
Normal file
12
templates/layout.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<head>
|
||||
<title>aBot</title>
|
||||
<meta name="viewport" content="width=440" />
|
||||
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}">
|
||||
<script src="{{ url_for('static', filename='script.js') }}" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class=page>
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user