about summary refs log tree commit diff
path: root/sample/html
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-10-29 17:47:28 -0500
committerStarfall <us@starfall.systems>2023-12-05 10:01:01 -0600
commitd16632e8b5e7e314021a86d2c80855380d122810 (patch)
treee0d8f9a3f59b062c19e083fa5fe6c64b6a49296f /sample/html
parent1a3398dcf36d4d2f972844cabeb4d98d0555a98b (diff)
strike: process files in subdirectories
Diffstat (limited to 'sample/html')
-rw-r--r--sample/html/subdir/index.html15
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>