diff options
Diffstat (limited to 'sample/html/subdir/index.html')
-rw-r--r-- | sample/html/subdir/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sample/html/subdir/index.html b/sample/html/subdir/index.html new file mode 100644 index 0000000..bdeaad0 --- /dev/null +++ b/sample/html/subdir/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang=en-US dir=ltr> +<title>index</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="Fri, 29 Oct 2021 22:31:45 GMT"> + +<section> + This file in a subdirectory of the input directory should also be processed. + +</section> +<footer> + <p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>. +</footer> |