aboutsummaryrefslogtreecommitdiff
path: root/app/templates/default.html
blob: 1cd9567da3ea279261c240e193c0c43eb01f74d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0" />

<title>Testing textoutpc</title>
<meta name="author" content="Thomas Touhey">
<link  rel="author" href="https://thomas.touhey.fr/">
<link  rel="icon"   href="{{ url_for('static', filename = 'favicon.png') }}">
<!--[if IE]>
<link rel="shortcut icon" type="image/ico" href="{{ url_for('static', filename = 'favicon.ico') }}">
<![endif]-->

{% assets "css" %}
<link rel="stylesheet" type="text/css" href="{{ ASSET_URL }}">
{% endassets %}
</head><body><div class="container">
<div class="header">
<h1>textoutpc</h1><p> — moteur de traduction BBcode</p>
<ul class="nav"><li><a href="index.html">Tester</a></li><li><a href="guide.html">Guide</a></li></ul>
</div>

{% block content %}{% endblock %}

</div>

{% assets "js" %}
<script src="{{ ASSET_URL }}"></script>
{% endassets %}
</body></html>