diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/html/empty.html | 13 | ||||
-rw-r--r-- | sample/html/happy.html | 14 | ||||
-rw-r--r-- | sample/template.html | 2 |
3 files changed, 28 insertions, 1 deletions
diff --git a/sample/html/empty.html b/sample/html/empty.html new file mode 100644 index 0000000..da72fca --- /dev/null +++ b/sample/html/empty.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> + +</section> +<footer> + <p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>. +</footer> diff --git a/sample/html/happy.html b/sample/html/happy.html new file mode 100644 index 0000000..734a9b7 --- /dev/null +++ b/sample/html/happy.html @@ -0,0 +1,14 @@ +<!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> + Hello, world! + +</section> +<footer> + <p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>. +</footer> diff --git a/sample/template.html b/sample/template.html index 3e94683..c8e401a 100644 --- a/sample/template.html +++ b/sample/template.html @@ -6,7 +6,7 @@ <meta name=viewport content="width=device-width, initial-scale=1"> <section> - ${content} + {content} </section> <footer> <p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>. |