Added memes to cosmic page

This commit is contained in:
2025-10-30 19:29:09 -05:00
parent 752ae3104d
commit 210a6583ef
2 changed files with 11 additions and 1 deletions

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;
}