diff options
Diffstat (limited to 'the_philosophy_commune.html')
-rw-r--r-- | the_philosophy_commune.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/the_philosophy_commune.html b/the_philosophy_commune.html new file mode 100644 index 0000000..f82def9 --- /dev/null +++ b/the_philosophy_commune.html @@ -0,0 +1,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> |