support for delayed opening. css changes

This commit is contained in:
Ville Rantanen
2018-12-15 16:16:13 +02:00
parent 5c50eb4670
commit a996edbc65
9 changed files with 107 additions and 36 deletions

View File

@@ -2,8 +2,8 @@
<head>
<title>aBot // {{ g.title|safe }}</title>
<meta name="viewport" content="width=440" />
<link rel="icon" href="{{ url_for('static', filename='favicon.png') }}">
<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>