I don't remember what I done here

This commit is contained in:
Michał Gdula 2022-07-24 13:20:12 +01:00
parent 08d15c9253
commit 0536dfc62c
6 changed files with 45 additions and 6 deletions

View file

@ -20,8 +20,8 @@
?>
<div class="info-text center">
<h1>Fluffys Super Duper Secrete Project!</h1>
<p>Fluffy's test website on uploading images to a database!</p>
<h1>Welcome!</h1>
<p>*internal screaming*</p>
</div>
<div class="gallery-root flex-left">
@ -38,7 +38,7 @@
} else {
$image_path = "images/".$image['imagename'];
}
// Image loading
echo "<div class='gallery-item'>";
echo "<a href='https://superdupersecteteuploadtest.fluffybean.gay/image.php?id=".$image['id']."'><img class='gallery-image' loading='lazy' src='".$image_path."' id='".$image['id']."'></a>";