summaryrefslogtreecommitdiff
path: root/sample.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2023-01-24 00:26:41 +0100
committerAki <please@ignore.pl>2023-01-24 00:26:41 +0100
commit581de1e3c688ef9b4e0e4a13aabe1ad63d5762f0 (patch)
tree906fb830fb947936b5e1ccbc641dd699bfa9e5d0 /sample.html
downloadhuh-581de1e3c688ef9b4e0e4a13aabe1ad63d5762f0.zip
huh-581de1e3c688ef9b4e0e4a13aabe1ad63d5762f0.tar.gz
huh-581de1e3c688ef9b4e0e4a13aabe1ad63d5762f0.tar.bz2
Sketch that appends elements to headHEADmaster
Diffstat (limited to 'sample.html')
-rw-r--r--sample.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/sample.html b/sample.html
new file mode 100644
index 0000000..016c528
--- /dev/null
+++ b/sample.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+<meta name="tags" content="example">
+<title>Sample Article</title>
+<article>
+<p>With just this, you can start typing the article content. The header will be prepended according to the rules
+specified in the template. Anything after <code>&lt;title&gt;</code> is treated as the article content, meaning the
+<code>&lt;article&gt;</code> element is not mandatory at all. Additionally, anything before the
+<code>&lt;title&gt;</code> element is added to the head of the output HTML document.
+<p>I don't think I quite like how this looks like at the moment.
+</article>