diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-07 11:05:42 -0700 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-21 09:38:40 -0700 |
commit | 378c1268d20ab59474d1c90d2dce9208e97b7fdd (patch) | |
tree | 8a69e2b4d49524633e62397c774301d52c1c93b1 /templates | |
parent | bff60ee4a8c87e5ae684785d05f02c5a75fe1695 (diff) |
Update content
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.html | 8 |
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> |