diff options
Diffstat (limited to 'how_to_write_a_minimal_html5_document.html')
-rw-r--r-- | how_to_write_a_minimal_html5_document.html | 4 |
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> |