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 /templates | |
parent | d84ead435a6ec8c3e9ddaf8d04d7e94d79cf4e57 (diff) |
icon add
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 1 | ||||
-rw-r--r-- | templates/index.html | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index c3864e3..3160bbd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,7 @@ <title> Luhamus </title> {% endif %} <link href="css/style.css" rel="stylesheet"/> + <link rel="icon" href="/img/favicon.ico"> </head> <body> diff --git a/templates/index.html b/templates/index.html index cab3904..2422899 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,10 +9,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> |