aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'about.html')
-rw-r--r--about.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/about.html b/about.html
index 9488fde..66f7d2e 100644
--- a/about.html
+++ b/about.html
@@ -16,7 +16,7 @@
<body class="text-neutral-200 bg-neutral-800 font-['Montserrat']">
<main class="p-2">
<h1 class="text-lg font-semibold mb-5"><a href="/">London Pub Search</a> <span class="text-2xl">🍻</span></h1>
- <ul>
+ <ul class="mb-10">
<li class="mb-1">
<strong>By:</strong> <a href="https://jezl.xyz" class="underline text-amber-300" target="_blank">Jezl</a>
</li>
@@ -33,6 +33,10 @@
</li>
<li class="mb-1"></li>
</ul>
+
+ <a href="https://github.com/JeremyJamesL/london-pubs" class="underline text-amber-300 italic" target="_blank"
+ >Github</a
+ >
</main>
<script type="module" src="/src/main.js"></script>
</body>