diff options
author | Starfall <us@starfall.systems> | 2021-10-22 23:13:45 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 10:00:30 -0600 |
commit | 6476982874fec8a7e0e77b0f0484c7c8c0c56ea9 (patch) | |
tree | 68553e7a203fd3060d10a08582a5d1faf60773ba /sample/html/happy.html | |
parent | 5b63c384ef8e100518ff50b9cb023ac07265df35 (diff) |
strike: read and process from config file
Diffstat (limited to 'sample/html/happy.html')
-rw-r--r-- | sample/html/happy.html | 14 |
1 files changed, 14 insertions, 0 deletions
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> |