summaryrefslogtreecommitdiff
path: root/templates/core/index
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-01-08 12:38:44 +1100
committerYour Name <you@example.com>2025-01-08 12:38:44 +1100
commitb8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (patch)
tree0bc883d2821dcb749457202665ccc6acc75c8bef /templates/core/index
parent4b7e651bf64b641583a45c122798212931902ef4 (diff)
jeaves.xyz current templates and config
Diffstat (limited to 'templates/core/index')
-rw-r--r--templates/core/index5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/core/index b/templates/core/index
index 9d53d86..26aef90 100644
--- a/templates/core/index
+++ b/templates/core/index
@@ -1,11 +1,14 @@
<html>
<head>
+ <title><!--title--></title>
<meta charset="utf-8">
- <link href="<!--css_main-->" rel="stylesheet" type="text/css">
+ <link href="<!--domain-->/<!--css-->" rel="stylesheet" type="text/css">
+ <link rel="icon" type="image/x-icon" href="<!--favicon-->">
</head>
<body>
<!--HEADER-->
<!--CORE/CONTENT-->
<!--FOOTER-->
</body>
+
</html>