summaryrefslogtreecommitdiff
path: root/how_to_write_a_minimal_html5_document.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-08-14 14:16:24 +0200
committerAki <please@ignore.pl>2021-08-14 14:16:24 +0200
commitb4bb22f06c128fcd925bf9014a03ca19da0e10ff (patch)
tree4b64f454f35074565eb3bd867d5ecb92b6e5c380 /how_to_write_a_minimal_html5_document.html
parenta0f1fa71bd7777b7fad08add51b40ed9877a71e3 (diff)
downloadignore.pl-b4bb22f06c128fcd925bf9014a03ca19da0e10ff.zip
ignore.pl-b4bb22f06c128fcd925bf9014a03ca19da0e10ff.tar.gz
ignore.pl-b4bb22f06c128fcd925bf9014a03ca19da0e10ff.tar.bz2
Minor updates to tutorials
Diffstat (limited to 'how_to_write_a_minimal_html5_document.html')
-rw-r--r--how_to_write_a_minimal_html5_document.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/how_to_write_a_minimal_html5_document.html b/how_to_write_a_minimal_html5_document.html
index 6a70c3b..641c2fc 100644
--- a/how_to_write_a_minimal_html5_document.html
+++ b/how_to_write_a_minimal_html5_document.html
@@ -7,12 +7,12 @@
<link rel="icon" type="image/png" href="cylo.png">
<link rel="stylesheet" type="text/css" href="style.css">
-<title>How To Write a Minimal HTML5 Document</title>
+<title>How to Write a Minimal HTML5 Document</title>
<nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav>
<article>
-<h1>How To Write a Minimal HTML5 Document</h1>
+<h1>How to Write a Minimal HTML5 Document</h1>
<p class="subtitle">Published on 2020-08-03 18:18:00+02:00
<p>Yes, I know how it sounds to have both "HTML" and "minimal" in one sentence. I think it's possible to accomplish
that and I'll show you how. Before we start, let's set some rules:</p>