diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-18 14:07:14 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-18 14:07:14 +0300 |
commit | 142254a3b2ce64fcc7062ae099273670bd8525ac (patch) | |
tree | d6fd2000a69518a610b733c9f0ed586e18181f90 /public/index.html | |
parent | d84ead435a6ec8c3e9ddaf8d04d7e94d79cf4e57 (diff) |
icon add
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index ccf28ef..4efa297 100644 --- a/public/index.html +++ b/public/index.html @@ -7,6 +7,7 @@ <title> Luhamus </title> <link href="css/style.css" rel="stylesheet"/> + <link rel="icon" href="/img/favicon.ico"> </head> <body> @@ -34,10 +35,11 @@ </p> <p> - This site has many purposes. It serves somewhat as the replacement - for my social-media,and so I put some of my likings out here. + This site has many purposes. It is is some ways the replacement + of my social-media, and so I put some of my likings out here. Also, it hosts my Git and E-mail server, which I find pretty cool, - and some other stuff aswell. + and has some other stuff aswell. + </br> So, Go on, have a look around! </p> </div> |