about summary refs log tree commit diff
path: root/sample/template.html
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-10-22 22:14:41 -0500
committerStarfall <us@starfall.systems>2023-12-05 10:00:27 -0600
commit5b63c384ef8e100518ff50b9cb023ac07265df35 (patch)
tree2fb7c335f6b050e3c2bce2573f37881d62780021 /sample/template.html
parent86b9f8635be129da9b367aec9f4d907e9785cf0e (diff)
strike: set goals for config file format
Diffstat (limited to 'sample/template.html')
-rw-r--r--sample/template.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/sample/template.html b/sample/template.html
new file mode 100644
index 0000000..3e94683
--- /dev/null
+++ b/sample/template.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang=en-US dir=ltr>
+<title>aaaa need a title</title>
+<meta charset=UTF-8>
+<meta name=robots content="noindex, nofollow">
+<meta name=viewport content="width=device-width, initial-scale=1">
+
+<section>
+	${content}
+</section>
+<footer>
+	<p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>.  
+</footer>