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