This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
free-speech-rights.html
52 lines (51 loc) · 2.03 KB
/
free-speech-rights.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<title>5 Facts from the video "Freedom of Speech"</title>
<style>
body {
background-color: #c0c0c0;
font-family:monospace;
}
hr {
}
</style>
</head>
<body>
<embed style="width:100%; height:40px;" src='banner.html'>
<hr style="height:5px;">
<div style="background-color:black; border:2px dotted orange" href="https://turbowafflz.github.io">
<b><h1 style="color:red; text-align:center; font-family:monospace;">TurboWafflz</h1></b>
</div>
<hr style="height:5px;">
<br>
<body>
<ol>
<h2><center>5 Facts from the video "Freedom of Speech"</center></h2>
<!--1--><li>Freedom of speech only protects you from the government protecting your speech, not individuals</li>
<!--2--><li>Freedom of speech excludes "Fighting Words" that can cause violence</li>
<!--3--><li>If you cause problems by speaking, that is not protected</li>
<!--4--><li>Political speech is protected</li>
<!--5--><li>You can still be fired for speaking as long as you don't work for the government</li>
<!--6-10-->
<!--
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
-->
</ol>
<footer>
<hr style="height:5px;">
Copyright 2018 Finian Wright
</footer>
</body>
</html>