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/articals/internetlist | |
parent | c31d17cc545bf18159066b2656d3a79f6cf7025b (diff) |
Changes to lang
Diffstat (limited to 'public/articals/internetlist')
-rw-r--r-- | public/articals/internetlist | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/public/articals/internetlist b/public/articals/internetlist index 33065eb..4463dd1 100644 --- a/public/articals/internetlist +++ b/public/articals/internetlist @@ -1,28 +1,29 @@ <!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>Internet index</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><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><a href="../projects.html">Projects</a></li> + <li><a href="../contact.html">Contact</a></li> + </ul> + </nav> </header> <main> <h1>Articles about the internet</h1> <p>Sometimes I write about how to stay safe online and some thoughts about the modern internet, so have a look around!</p> <section class="posts"> - + <h2>How to stay safe Online</h2> <p>A series of articles I wrote about how I stay safe online.</p> <ul> @@ -32,6 +33,6 @@ <li>08-08-2024 - <a href="internet/safety/03Browser">Web Browsers</a></li> </ul> </main> -</body> + </body> </html> |