aboutsummaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-04-07 11:05:42 -0700
committerPaul Oliver <contact@pauloliver.dev>2025-04-21 09:38:40 -0700
commit378c1268d20ab59474d1c90d2dce9208e97b7fdd (patch)
tree8a69e2b4d49524633e62397c774301d52c1c93b1 /templates/default.html
parentbff60ee4a8c87e5ae684785d05f02c5a75fe1695 (diff)
Update content
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>