add link to source code

Amolith created

Change summary

templates/home_unauthenticated.html | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)

Detailed changes

templates/home_unauthenticated.html 🔗

@@ -1,11 +1,11 @@
 <!DOCTYPE html>
 <html lang="en-GB">
-	<head>
-		<title>earl</title>
-		<meta name="viewport" content="width=device-width, initial-scale=1.0">
-		<meta name="title" content="earl">
-		<meta name="description" content="earl">
-		<style>
+<head>
+    <title>earl</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="title" content="earl">
+    <meta name="description" content="earl">
+    <style>
          html {
              background: #1C1C1C;
              color: #DCDCDC;
@@ -29,9 +29,15 @@
          .title {
              font-size: 50px;
          }
-		</style>
-	</head>
-	<body>
-        <p class="title">earl</p>
-	</body>
-</html> 
+         a {
+             color: #DCDCDC;
+         }
+         a:visited {
+             color: #DCDCDC;
+         }
+    </style>
+</head>
+<body>
+    <p class="title">earl</p><small><a href="https://earl.run/source">Source code</a></small>
+</body>
+</html>