aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html.j2
blob: c7e03d7c7bd1b0abfdd0f8067cb529af4062bd47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
    <title>diddle 👉👈</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, licensed under Apache 2.0.">
    <link rel="preload" href="/static/InclusiveSans-Regular.ttf" as="font" type="font/woff2" crossorigin="anonymous">
    <link rel="stylesheet" href="/static/styles.css"></link>
</head>
<body>
  <h1><a href="/">diddle 👉👈</a></h1>
  {% block content %}{% endblock %}
</body>
</html>