diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-28 07:46:57 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-28 07:46:57 +0100 |
commit | 56867c9b4ced86f7231a5ee1bbea62b0cb784574 (patch) | |
tree | db31015f7e014f7e86eedbe5d41e8d0e1ccd1340 /public/links.html | |
parent | c31d17cc545bf18159066b2656d3a79f6cf7025b (diff) |
Changes to lang
Diffstat (limited to 'public/links.html')
-rw-r--r-- | public/links.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/public/links.html b/public/links.html index ec797bf..dc182ce 100644 --- a/public/links.html +++ b/public/links.html @@ -1,23 +1,24 @@ <!DOCTYPE html> -<html lang="en"> -<head> +<html lang="en-GB"> + <head> <meta charset="UTF-8"> + <meta name="author" content="Shipwreckt"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Links</title> <link rel="stylesheet" href="styles.css"> <link rel="icon" href="Images/favi.png" type="image/x-icon"> -</head> -<body> + </head> + <body> <header> - <nav> - <ul> - <li><a href="index.html">Home</a></li> - <li><a href="links.html">Links</a></li> - <li class="logo"><a href="index.html"><img src="Images/misc/logo.png" alt="Logo"></a></li> - <li><a href="projects.html">Projects</a></li> - <li><a href="contact.html">Contact</a></li> - </ul> - </nav> + <nav> + <ul> + <li><a href="index.html">Home</a></li> + <li><a href="links.html">Links</a></li> + <li class="logo"><a href="index.html"><img src="Images/misc/logo.png" alt="Logo"></a></li> + <li><a href="projects.html">Projects</a></li> + <li><a href="contact.html">Contact</a></li> + </ul> + </nav> </header> <main> <hr> @@ -44,6 +45,6 @@ <li><a href="https://codeberg.org/dwl/dwl">dwl</a> (wayland dwm)</li> </ul> </main> -</body> + </body> </html> |