commit b6b83e52cbed83afea7d348670029d01bc05f000 Author: uzalu Date: Wed Jun 11 00:32:29 2025 +0100 initial commit how the site looked after first publishing, plus converting the png to a jpg diff --git a/admiral_wes_satee.jpg b/admiral_wes_satee.jpg new file mode 100644 index 0000000..e24b1ea Binary files /dev/null and b/admiral_wes_satee.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..d508f6f --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + Wes Wyleven's Official False-Pedo-Accusation Site + + +
+ + Admiral Wes Satie +
+ Cabal Prevails +
+
+
+ + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..ce39f42 --- /dev/null +++ b/styles.css @@ -0,0 +1,38 @@ +* { + box-sizing: border-box; + font-family: lexend, sans-serif; +} +body { + background: rgb(13,15,16); + margin: 0; + padding: 0; +} +#page { + width:100%; + height:100%; + padding:max(5vw,5vh); + display:flex; + flex-direction: column; + justify-content: center; + align-items: center; + align-content: center; +} +#image { + width:100%; + object-fit:contain; + overflow: hidden; + border-radius: 16pt; + height:80vh; + flex-grow:0; +} +#message { + text-align: center; + padding: 1em 0 1em 0; +} +a { + color: white; + text-decoration: none; +} +a:hover { + color: #ff0060; +}