diff options
Diffstat (limited to 'sample/template.html')
-rw-r--r-- | sample/template.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sample/template.html b/sample/template.html deleted file mode 100644 index 2552906..0000000 --- a/sample/template.html +++ /dev/null @@ -1,14 +0,0 @@ -<!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> |