2
0
Fork 0
textout/textoutpc/demo/templates/default.html

28 lines
822 B
HTML

<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<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]-->
{% block meta %}{% endblock %}
{% 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="{{ url }}/">Tester</a></li><li><a href="{{ url }}/docs/">Documentation</a></li></ul>
</div>
{% block content %}{% endblock %}
</div>
{% assets "js" %}
<script src="{{ ASSET_URL }}"></script>
{% endassets %}
</body></html>