Add HTML sections.

This commit is contained in:
inference 2023-06-27 22:02:32 +01:00
parent 8ea6b957d0
commit f9a97eb20e
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 4.1.0.19 --> <!-- Version: 4.1.0.20 -->
<html> <html>
@ -33,12 +33,15 @@
<p class="update_date">Posted: 2022-12-20 (UTC+00:00)</p> <p class="update_date">Posted: 2022-12-20 (UTC+00:00)</p>
<p class="update_date">Updated: 2022-12-20 (UTC+00:00)</p> <p class="update_date">Updated: 2022-12-20 (UTC+00:00)</p>
<!-- Table of contents --> <!-- Table of contents -->
<section id="toc">
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2> <h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
<ul> <ul>
<li><a href="#introduction" class="body-link">Introduction</a></li> <li><a href="#introduction" class="body-link">Introduction</a></li>
<li><a href="#solution" class="body-link">Solution</a></li> <li><a href="#solution" class="body-link">Solution</a></li>
<li><a href="#conclusion" class="body-link">Conclusion</a></li> <li><a href="#conclusion" class="body-link">Conclusion</a></li>
</ul> </ul>
</section>
<section id="introduction">
<h2 id="introduction"><a href="#introduction" class="h2">Introduction</a></h2> <h2 id="introduction"><a href="#introduction" class="h2">Introduction</a></h2>
<p>It's no secret that I'm an advocate of Chromium and will use it for the foreseeable future. It is <p>It's no secret that I'm an advocate of Chromium and will use it for the foreseeable future. It is
a highly secure web browser which provides strong protection against malicious wesbites and the code a highly secure web browser which provides strong protection against malicious wesbites and the code
@ -54,6 +57,8 @@
Chromium, which can lead to, and is leading to, excessive authority of how the web should work, and Chromium, which can lead to, and is leading to, excessive authority of how the web should work, and
the standards which are implemented, which all other web browsers must comply with in order to have the standards which are implemented, which all other web browsers must comply with in order to have
a fully working web.</p> a fully working web.</p>
</section>
<section id="solution">
<h2 id="solution"><a href="#solution" class="h2">Solution</a></h2> <h2 id="solution"><a href="#solution" class="h2">Solution</a></h2>
<p>In order to combat the Chromium monopoly, users typically go over to Chromium's classical rival, <p>In order to combat the Chromium monopoly, users typically go over to Chromium's classical rival,
Firefox. However, Firefox is dying and has lost almost all of its userbase over the last 2-3 years; Firefox. However, Firefox is dying and has lost almost all of its userbase over the last 2-3 years;
@ -81,10 +86,13 @@
supporting the second-place alternative is, in order to keep the one you don't want out of power, supporting the second-place alternative is, in order to keep the one you don't want out of power,
giving the party you do want in power an advantage. To win this war against the Chromium monopoly, giving the party you do want in power an advantage. To win this war against the Chromium monopoly,
we must be tactical, not emotional.</p> we must be tactical, not emotional.</p>
</section>
<section id="conclusion">
<h2 id="conclusion"><a href="#conclusion" class="h2">Conclusion</a></h2> <h2 id="conclusion"><a href="#conclusion" class="h2">Conclusion</a></h2>
<p>Supporting Safari is the first step in supporting WebKit and promoting usage of the independent <p>Supporting Safari is the first step in supporting WebKit and promoting usage of the independent
web engine. Buying time while supporting and contributing to WebKit browser projects is the best and web engine. Buying time while supporting and contributing to WebKit browser projects is the best and
only chance anyone has at competing with Chromium, and preventing it from increasing its dominance only chance anyone has at competing with Chromium, and preventing it from increasing its dominance
to unstoppable levels, at which point there will be no return.</p> to unstoppable levels, at which point there will be no return.</p>
</section>
</body> </body>
</html> </html>