projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
363a589
)
templates: default: make html
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Wed, 17 Jul 2013 06:33:46 +0000
(09:33 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Wed, 17 Jul 2013 06:33:46 +0000
(09:33 +0300)
templates/default.html
patch
|
blob
|
history
diff --git
a/templates/default.html
b/templates/default.html
index
36d66c2
..
ca0e51b
100644
(file)
--- a/
templates/default.html
+++ b/
templates/default.html
@@
-1
+1,15
@@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>The Tar Pit - $title$</title>
+</head>
+
+<body>
+
$body$
+
+<!-- so far, so good -->
+</body>