]> git.sesse.net Git - xml-template/blobdiff - xml/simple.xml
Organize everything into neat directories.
[xml-template] / xml / simple.xml
diff --git a/xml/simple.xml b/xml/simple.xml
new file mode 100644 (file)
index 0000000..b4bac24
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE
+  html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://template.sesse.net/" xml:lang="en">
+  <head>
+    <title />
+  </head>
+  <body>
+    <p t:id="hello">This will be replaced.</p>
+  </body>
+</html>