]> jfr.im git - dlqueue.git/blob - templates/index.html
add some design docs
[dlqueue.git] / templates / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>dlq : Status</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <link href="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }}" rel="stylesheet">
8 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
9 </head>
10 <body>
11
12 <nav class="navbar bg-body-tertiary">
13 <div class="container-fluid">
14 <a class="navbar-brand" href="#">
15 <img src="{{ url_for('static', filename='logo.svg') }}" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">
16 dlq
17 </a>
18 </div>
19 </nav>
20
21 <h1>Hello world</h1>
22
23 <p>Hi there how ya doin!?</p>
24
25 <script src="{{ url_for('static', filename='bootstrap/js/bootstrap.min.js') }}"></script>
26 </body>
27 </html>