Fixed rebase deleting stuff

This commit is contained in:
2025-10-09 19:33:42 -05:00
parent 8594184518
commit 9d2f14b383
8 changed files with 6 additions and 3 deletions

View File

@ -138,12 +138,12 @@
</div>
<div class="galleryRow">
<div class="image">
<h4></h4>
<h4>Small Meteorite</h4>
<img src="/meteorite_small_1.png" alt="">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p>
</div>
<div class="image">
<h4></h4>
<h4>Large Meteorite</h4>
<img src="/Meteorite_Large_1_100.png" alt="">
<p></p>
</div>

View File

@ -5,6 +5,9 @@
<link href="members.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>I'm Cosmic</h1>
<div class="mainView">
<h1>I'm Cosmic</h1>
</div>
</body>
</html>