summaryrefslogtreecommitdiff
path: root/old_landing.html
diff options
context:
space:
mode:
authorEvan <38150833+beigebeats@users.noreply.github.com>2023-12-22 22:06:04 -0800
committerEvan <38150833+beigebeats@users.noreply.github.com>2023-12-22 22:06:04 -0800
commit16b4b1caec21f043993f41764b7f871a1bc1089a (patch)
treedc10ac23286c2da34962378b7e3332686d561651 /old_landing.html
parent819abc102fa15bc1b487703b90fe537d33c5c202 (diff)
tips is now main display
Diffstat (limited to 'old_landing.html')
-rw-r--r--old_landing.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/old_landing.html b/old_landing.html
new file mode 100644
index 0000000..92e5fa0
--- /dev/null
+++ b/old_landing.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>QR Code Menu</title>
+ <link rel="stylesheet" href="styles.css">
+</head>
+<body>
+ <div class="menu-container">
+ <ul class="menu-wrapper">
+ <li><a href="contact/contact.vcf" download>Contact</a></li>
+ <li><a href="wip.html">Profile</a></li>
+ <li><a href="wip.html">Services</a></li>
+ <li><a href="tips/tips.html">Leave Tip</a></li>
+ </ul>
+ </div>
+</body>
+</html>