20 lines
817 B
HTML
20 lines
817 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/stylesheets/base.css">
|
|
<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> |