From 581de1e3c688ef9b4e0e4a13aabe1ad63d5762f0 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 24 Jan 2023 00:26:41 +0100 Subject: Sketch that appends elements to head --- sample.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sample.html (limited to 'sample.html') diff --git a/sample.html b/sample.html new file mode 100644 index 0000000..016c528 --- /dev/null +++ b/sample.html @@ -0,0 +1,11 @@ + + + +Sample Article +
+

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 <title> is treated as the article content, meaning the +<article> element is not mandatory at all. Additionally, anything before the +<title> element is added to the head of the output HTML document. +

I don't think I quite like how this looks like at the moment. +

-- cgit v1.1