aboutsummaryrefslogtreecommitdiff
path: root/templates/main.html
blob: 5957668d3d5dcdcc5e02ee56d76a5a6cad64b2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="fr">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>$title$</title>
    <link rel="stylesheet" href="/main.css" />
    <link rel="icon" href="/images/icon.png">
  </head>
  <body>
    <a href="/" class="header">$title$</a>
    <div id="content">$body$</div>
    <script src="/main.js"></script>
  </body>
</html>