summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html
index ccd7f42..5ac3b67 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,8 +1,10 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta name="author" content="Carson Fleming" />
+ <meta name="description" content="fle.ms case-insensitive url shortener." />
<link rel="canonical" href="https://fle.ms/" />
<link rel="icon" type="image/png" href="https://cdn.cflems.net/fle.ms/logo.webp" />
<link rel="stylesheet" type="text/css" href="css/fonts.css" />
@@ -56,5 +58,9 @@
</p>
</div>
</div>
+ <div id="footer">
+ <span><a href="https://fle.ms/author">Author</a></span>
+ <span><a href="https://fle.ms/github">Source</a></span>
+ </div>
</body>
</html>