aboutsummaryrefslogtreecommitdiff
path: root/templates/default.html
blob: faa2b5adffd4dbd59fa2ba424b51565fa5274ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="en">
<head>
  <link rel="stylesheet" href="/css/style.css" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>$title$</title>
</head>
<body>
  $body$
</body>
</html>