diff options
| author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-22 16:47:56 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-22 16:47:56 +0000 | 
| commit | ea557e1205187b23d6615beb8b9a34d3ce1f12ea (patch) | |
| tree | 304e65fa1bf42ccb0a0c4f20bddaf1d1f653992a | |
| parent | 21bfa6de3355888246eaab1daef4f20f25bbef44 (diff) | |
| download | shittyweb-ea557e1205187b23d6615beb8b9a34d3ce1f12ea.tar.gz shittyweb-ea557e1205187b23d6615beb8b9a34d3ce1f12ea.tar.bz2 shittyweb-ea557e1205187b23d6615beb8b9a34d3ce1f12ea.zip  | |
Started working on the philosophy commune
| -rw-r--r-- | images/philosophy_commune_background.jpg | bin | 0 -> 31915 bytes | |||
| -rw-r--r-- | the_philosophy_commune.html | 56 | 
2 files changed, 56 insertions, 0 deletions
diff --git a/images/philosophy_commune_background.jpg b/images/philosophy_commune_background.jpg Binary files differnew file mode 100644 index 0000000..b535609 --- /dev/null +++ b/images/philosophy_commune_background.jpg 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>  | 
