Compare commits

..

2 Commits

Author SHA1 Message Date
4b4f093276 Added Transing the tinternet webwring 2025-10-30 19:29:22 -05:00
210a6583ef Added memes to cosmic page 2025-10-30 19:29:09 -05:00
3 changed files with 17 additions and 2 deletions

View File

@ -28,8 +28,13 @@
<a class="aboutStampIndCont" href="https://pebble.pet" title="pebble"><img class="aboutStamp" src="https://pebble.pet/button.gif" alt="pebble"></a>
</div>
</div>
<div class="buttonSection">
<h1>Web Rings</h1>
<script src="https://transring.neocities.org/ring.js"></script>
</div>
<a id="back" href="/index.html">Go Back</a>
</div>
</div>
</body>
</html>

View File

@ -3,12 +3,18 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<link href="members.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="/stylesheets/cosmic.css">
</head>
<body>
<div class="mainView">
<h1>I'm Cosmic</h1>
<h2>Here are some memes</h2>
<a id="back" href="/index.html">Go Back</a>
<hr>
<img src="/media/memes/ApproachingMeProto.png" alt="The Approaching me meme from Jojo's bizare adventure" srcset="">
<img src="/media/memes/Dab.png" alt="Dabbing on them" srcset="">
<img src="/media/memes/Doing it to em.png" alt="Had to do it to em with my protogen uncolored" srcset="">
<img src="/media/memes/NoRam_Cyclles.png" alt="No Ram?" srcset="">
</div>
</body>
</html>

4
stylesheets/cosmic.css Normal file
View File

@ -0,0 +1,4 @@
img{
width: 50vw;
margin: 15px;
}