aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
diff options
context:
space:
mode:
Diffstat (limited to 'root/template/html')
-rw-r--r--root/template/html25
1 files changed, 13 insertions, 12 deletions
diff --git a/root/template/html b/root/template/html
index c23fcfb..d28ca35 100644
--- a/root/template/html
+++ b/root/template/html
@@ -1,13 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
- <head>
- <title>[% template.title or site.title %]</title>
- <link rel="Stylesheet" href="/ttsite.css">
- <!-- style type="text/css" -->
- <!--% PROCESS ttsite.css %-->
- <!-- /style -->
- </head>
- <body>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <meta charset="utf-8" />
+ <title>[% template.title or site.title %]</title>
+ <meta content="description" value="" />
+ <meta content="robots" value="index,nofollow" />
+ <link rel="stylesheet" href="/ttsite.css" />
+</head>
+<body>
[% content %]
- </body>
-</html>
+</body>
+</html> \ No newline at end of file