diff options
| -rw-r--r-- | http_is_okish.html | 80 | ||||
| -rw-r--r-- | images/http_background.png | bin | 0 -> 17265 bytes | |||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | template.html | 39 | 
4 files changed, 121 insertions, 0 deletions
diff --git a/http_is_okish.html b/http_is_okish.html new file mode 100644 index 0000000..ac48860 --- /dev/null +++ b/http_is_okish.html @@ -0,0 +1,80 @@ +<!DOCTYPE html> +<html> +  +<head> +    <title>Http is okish</title> + +<style> +     +body { +    color: black; +    background-image: url('images/http_background.png'); +} + +table { +	color: black; +	background-color: #bebebe; +	margin-top: 10px; +	margin-bottom: 10px; +	margin-left: 10px; +	margin-right: 10px; +} + +</style> + +</head> +  +<body> +    <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a> +     +    <center> +        <table border="1" width="60%"> +        	<tr> +        		<td> +        		    <h1>Http is okish</h1> +        		    <p> +        		        Some people will not even visit my site because it doesnt have https support. You have to go +        		        through a scary warning in your browser to get to my site and that is off putting to a lot +        		        of people and even stops them. But I am here to tell you its okish. Http alone will not +        		        get even the shittest of windows sytems infected (or maybe they really are that bad idk). +        		        Anyways, what I am trying to say <b>all https does is encrypt the packets sent between +        		        your computer and the website</b>. That is important when sending passwords, payment info, +        		        and other secret things to a website but it isnt important when sending information that +        		        is already public. <b>Encrypting a public website like mine would be like sending a +        		        encrypted cambridge dictionary to someone</b>. +                    </p> + +                    <h2>Spoofing</h2> +                    <p> +                        Only one problem. Even though the information on the site is public since the packets being +                        sent arent encrypted someone could change the information in the packets to trick you into +                        downloading malware or make my website say mean things. This is important for people like +                        Bernie Sanders who are big targets for hackers who wanta ruin him by making his website +                        say terrible things. Lucky for me I am just a living being with a website not a single +                        geist gives a flying fuck about! If you hacked my website I am sorry for you, thats +                        quite a bit of time wasted hacking my site. +                        <br/><br/> +                        <b>Anyways just in case that happens I will gave you a list of things you will never see on +                        my site:</b> +                    </p> +                    <ul> +                        <li><b>I will never ask you download binary files directly from my site</b>. Anything I do +                        post will be raw text and you can check it with your text editor. If I do post a file +                        that is a binary format I will host is somewhere with https instead.</li> +                        <li>I will never use javascript, frames, XHR...</li> +                        <li>I will never say anything homophic, transphobic, racist, ablist...</li> +                        <li>The only slur I will ever use is faggot (I can reclaim it)</li> +                        <li>I will never say anything pro-capitalist, pro-imperialist... though as a marxist I +                        believe in the evolution of society and will at least give capitalism some credit.</li> +                        <li>I fucking hate nazis and fascist!</li> +                        <li>I <b>will</b> be quite harsh on the human race. That you can count on me doing (:</li> +                    </ul> +                    <p> +                        If you notice what looks like might be spoofing please let me know (: +                    </p> +                </td> +            </tr> +        </table> +    </center> +</body> +</html> diff --git a/images/http_background.png b/images/http_background.png Binary files differnew file mode 100644 index 0000000..4477ddc --- /dev/null +++ b/images/http_background.png @@ -31,6 +31,8 @@ table {          <table border="1" width="60%">              <tr>                  <td> +                    <a href="http_is_okish.html">Safe https version found here!!!</a> +                                          <h2>Contact</h2>                       <ul>                          <li><a href="mailto:nathansmith117@sdf.org"><img src="images/email.gif"/>nathansmith117@sdf.org</a></li> diff --git a/template.html b/template.html new file mode 100644 index 0000000..f4353e0 --- /dev/null +++ b/template.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html> +  +<head> +    <title></title> + +<style> +     +body { +    color: black; +    background-image: url(''); +} + +table { +	color: black; +	background-color: #bebebe; +	margin-top: 10px; +	margin-bottom: 10px; +	margin-left: 10px; +	margin-right: 10px; +} + +</style> + +</head> +  +<body> +    <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a> +     +    <center> +        <table border="1" width="60%"> +        	<tr> +        		<td> +                </td> +            </tr> +        </table> +    </center> +</body> +</html>  | 
