aboutsummaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/default.html b/templates/default.html
index 0de18b6..faa2b5a 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -1,11 +1,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>
+ <link rel="stylesheet" href="/css/style.css" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <title>$title$</title>
</head>
-$body$
<body>
+ $body$
</body>
</html>