blob: f82def937f49f9c6d165d765e6a674557b5a92d4 (
plain)
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
53
54
55
56
|
<!DOCTYPE html>
<html>
<head>
<title>The philosophy commune</title>
<style>
body {
color: black;
background-image: url('images/philosophy_commune_background.jpg');
}
table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<center>
<h1>The philosophy commune</h1>
<table border="1" width="60%">
<tr>
<td>
<h2>Yes, I am a evil commie.</h2>
<p>
In this very "well" designed web page I will layout the basics of what socialism and communism really is
(not the stuff that the bourgeoisie have lead everyone to believe) and what it means to be a commie.
<br/><br/>
While I don't know as much on this topic as a lot of other commies I can at least give you a start.
I will focus more on the philosophy behind it all before even touching everything else.
<br/><br/>
Sections:
</p>
<ul>
<li><a href="">the start</a></li>
<li><a href="">the abstract</a></li>
<li><a href="">the applied</a></li>
</ul>
</td>
</tr>
</table>
</center>
</body>
</html>
|