Compare commits
2 Commits
752ae3104d
...
4b4f093276
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b4f093276 | |||
| 210a6583ef |
@ -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>
|
<a class="aboutStampIndCont" href="https://pebble.pet" title="pebble"><img class="aboutStamp" src="https://pebble.pet/button.gif" alt="pebble"></a>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
<a id="back" href="/index.html">Go Back</a>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -3,12 +3,18 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/stylesheets/base.css">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="mainView">
|
<div class="mainView">
|
||||||
<h1>I'm Cosmic</h1>
|
<h1>I'm Cosmic</h1>
|
||||||
|
<h2>Here are some memes</h2>
|
||||||
<a id="back" href="/index.html">Go Back</a>
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
4
stylesheets/cosmic.css
Normal file
4
stylesheets/cosmic.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
img{
|
||||||
|
width: 50vw;
|
||||||
|
margin: 15px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user