changeset 9:a47430dc4b50

add to this.html
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 13 Apr 2022 11:59:14 -0600
parents 2557b6a696c1
children 23ec74373183
files src/this.html.luan
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/this.html.luan	Tue Apr 12 13:25:45 2022 -0600
+++ b/src/this.html.luan	Wed Apr 13 11:59:14 2022 -0600
@@ -22,6 +22,8 @@
 			<h1>This Website</h1>
 
 			<p>This website is a tiny example of reactionary software.  The UI is clean and simple, not fashionable.  View the HTML source in the browser.  Unlike all modern websites, the HTML here is readable.  Now look at <a href="https://hg.luan.software/reactionary">the source</a> which is in <a href="/mercurial.html">Mercurial</a>.  And the code is written in <a href="http://www.luan.software/">Luan</a> which makes it simple.</p>
+
+			<p>Also note that this website uses <a href="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol">HTTP</a>, not <a href="https://en.wikipedia.org/wiki/HTTPS">HTTPS</a>.  Using HTTPS is completely pointless for an informational site like this one that has no need for security.  Yet all modern browsers complain, warning the user that the site is "Not Secure".  Why do they do this?  Because modern programmers hate simplicity and love complexity, and using HTTPS for a site that doesn't need security just adds complexity, so they complain because they hate the simplicity of HTTP.</p>
 		</div>
 	</body>
 </html>