summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1')
-rw-r--r--emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_14
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1 b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1
new file mode 100644
index 0000000..fec46d7
--- /dev/null
+++ b/emacs.d/snippets/text-mode/html-mode/doctype.xhtml1_1
@@ -0,0 +1,4 @@
+#name : DocType XHTML 1.1
+#group : meta
+# --
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> \ No newline at end of file