summaryrefslogtreecommitdiff
path: root/autoload/vimwiki/default.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/vimwiki/default.tpl')
-rw-r--r--autoload/vimwiki/default.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/autoload/vimwiki/default.tpl b/autoload/vimwiki/default.tpl
new file mode 100644
index 0000000..3e31d99
--- /dev/null
+++ b/autoload/vimwiki/default.tpl
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link rel="Stylesheet" type="text/css" href="%root_path%%css%">
+<title>%title%</title>
+<meta http-equiv="Content-Type" content="text/html; charset=%encoding%">
+</head>
+<body>
+%content%
+</body>
+</html>