mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 06:13:12 +00:00
I don't remember what I done here
This commit is contained in:
parent
08d15c9253
commit
0536dfc62c
6 changed files with 45 additions and 6 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue