summaryrefslogtreecommitdiff
path: root/templates/core/index
diff options
context:
space:
mode:
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>