]> littlesong.place Git - swapshop.git/commitdiff
Move image to static folder
authorChris Fulljames <christianfulljames@gmail.com>
Sat, 16 May 2026 19:20:25 +0000 (15:20 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sat, 16 May 2026 19:20:25 +0000 (15:20 -0400)
index.php
static/shop.png [moved from shop.png with 100% similarity]

index 9961194cddbb5cffd85c334b7f7027a82a77116d..23a0b49f5025b53404c60377d175b3a8e9bbbb11 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -106,7 +106,10 @@ $shareable_link = BASE_URL.event_url($event);
 <?php else: ?>
 <body>
 <?php endif ?>
-    <h1>The Swap Shop</h1>
+    <!-- <h1>The Swap Shop</h1> -->
+    <div style="text-align:center;">
+        <img src="/static/shop.png" height="200">
+    </div>
 
 <?php if (isset($event)): ?>
   <?php if (isset($name)): ?>
similarity index 100%
rename from shop.png
rename to static/shop.png