blob: 315c200885f56e0813080de3ddf64db28282ce57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!doctype html>
<html class="no-js" lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<link rel="alternate icon" href="/static/favicon.ico">
<link rel="stylesheet" href="{{ $cssRoute }}">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The simple, self-hosted, open source and privacy friendly URL shortener : anonymous usage, no tracking.">
<title>short.adyxax.org</title>
</head>
<body>
<header>
{% importnwt "templates/partials/nav.html" %}
</header>
<main id="main">
<hr>
{% block content %}{% endblock %}
</main>
{% importnwt "templates/partials/footer.html" %}
</body>
</html>
|