]> littlesong.place Git - swapshop.git/commitdiff
add shop image
authorChris Fulljames <christianfulljames@gmail.com>
Sat, 16 May 2026 19:10:47 +0000 (15:10 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sat, 16 May 2026 19:10:47 +0000 (15:10 -0400)
index.php
shop.png [new file with mode: 0644]

index 9961194cddbb5cffd85c334b7f7027a82a77116d..d7f4fa608b3ed3532351f39b4d19713c592dba15 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="shop.png" height="200">
+    </div>
 
 <?php if (isset($event)): ?>
   <?php if (isset($name)): ?>
diff --git a/shop.png b/shop.png
new file mode 100644 (file)
index 0000000..51fb370
Binary files /dev/null and b/shop.png differ