summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEvan <38150833+beigebeats@users.noreply.github.com>2023-12-10 20:45:19 -0800
committerEvan <38150833+beigebeats@users.noreply.github.com>2023-12-10 20:45:19 -0800
commit59a283ac82fb89452ff55e85244617ca6e87745d (patch)
tree78347e9bac38aeb47736e4848135953a90042f81 /index.html
parent94a7e37466f73b9e2dc01d6608aeb49f0ac9e6b5 (diff)
Massive Refactor
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/index.html b/index.html
index 5649850..ee24571 100644
--- a/index.html
+++ b/index.html
@@ -3,20 +3,22 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Evan Cohen's Digital Business Card</title>
+ <title>QR Code Menu</title>
<link rel="stylesheet" href="styles.css">
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Josefin+Slab&display=swap" rel="stylesheet">
</head>
<body>
- <section class="landing-page">
- <div class="menu-container">
- <ul class="menu-wrapper">
- <li><a href="">Contact</a></li>
- <li><a href="">Profile</a></li>
- <li><a href="">Services</a></li>
- <li><a href="tips/tips.html">Tips</a></li>
- </ul>
- </div>
- </section>
+ <div class="menu-container">
+ <ul class="menu-wrapper">
+ <li><a href="">Contact</a></li>
+ <li><a href="">Profile</a></li>
+ <li><a href="">Services</a></li>
+ <li><a href="tips/tips.html">Tips</a></li>
+ </ul>
+ </div>
</body>
</html>