about summary refs log tree commit diff
path: root/strike/sample/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'strike/sample/template.html')
-rw-r--r--strike/sample/template.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/strike/sample/template.html b/strike/sample/template.html
new file mode 100644
index 0000000..2552906
--- /dev/null
+++ b/strike/sample/template.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang=en-US dir=ltr>
+<title>{meta[title]}</title>
+<meta charset=UTF-8>
+<meta name=robots content="noindex, nofollow">
+<meta name=viewport content="width=device-width, initial-scale=1">
+<meta http-equiv=last-modified content="{meta[date]}">
+
+<section>
+	{content}
+</section>
+<footer>
+	<p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>.  
+</footer>