about summary refs log tree commit diff
path: root/sample/html
diff options
context:
space:
mode:
Diffstat (limited to 'sample/html')
-rw-r--r--sample/html/empty.html14
-rw-r--r--sample/html/happy.html15
-rw-r--r--sample/html/subdir/index.html15
-rw-r--r--sample/html/with-frontmatter.html17
4 files changed, 0 insertions, 61 deletions
diff --git a/sample/html/empty.html b/sample/html/empty.html
deleted file mode 100644
index b1a01ea..0000000
--- a/sample/html/empty.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html lang=en-US dir=ltr>
-<title>empty</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 04:55:33 GMT">
-
-<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
deleted file mode 100644
index 9f4b32f..0000000
--- a/sample/html/happy.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html lang=en-US dir=ltr>
-<title>happy</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 04:55:33 GMT">
-
-<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/html/subdir/index.html b/sample/html/subdir/index.html
deleted file mode 100644
index bdeaad0..0000000
--- a/sample/html/subdir/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!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>
diff --git a/sample/html/with-frontmatter.html b/sample/html/with-frontmatter.html
deleted file mode 100644
index 99627a1..0000000
--- a/sample/html/with-frontmatter.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html lang=en-US dir=ltr>
-<title>Custom 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="Fri, 29 Oct 2021 04:55:33 GMT">
-
-<section>
-	Things before this line should not appear in the output.
----
-Including the delimiter in body content shouldn't be an issue.
-
-</section>
-<footer>
-	<p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>.  
-</footer>