diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:15:55 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:15:55 +0100 |
commit | e927cb5ac86d9d50d0d3c112b50fe616ca68ec75 (patch) | |
tree | 31d281aca97732d4dd2c291b2b274972abd0def6 /index.html | |
parent | b23c816a0df39adf6716b995e83c3dd019edae7d (diff) | |
download | website-e927cb5ac86d9d50d0d3c112b50fe616ca68ec75.tar.gz |
More minor tweaks to website functionality
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html index 694b05c..8795390 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,11 @@ <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta name="description" content="" /> + <meta name="description" content="Hello! :D My name is Noah, but I go by mounderfod. I am interested in music, programming and video games." /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="assets/index.css" /> - + <title>Home - mounderfod</title> + <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> <script src="timedate.js"></script> </head> |