diff options
Diffstat (limited to 'public/articals/internet/safety/00Intro')
-rw-r--r-- | public/articals/internet/safety/00Intro | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/public/articals/internet/safety/00Intro b/public/articals/internet/safety/00Intro index 58b7c54..66ef48f 100644 --- a/public/articals/internet/safety/00Intro +++ b/public/articals/internet/safety/00Intro @@ -1,22 +1,23 @@ <!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>Introduction</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>Introduction</h1> @@ -27,7 +28,7 @@ <p>The reason why I am writing this series of articles to share how I stay safe online and to help others become more privacy conscious and secure. </p> <hr> <center> - <pre text-align=center><a href="../../internetlist">Back</a> <a href="01Profiles">Next</a> + <pre text-align=center><a href="../../internetlist">Back</a> <a href="01Profiles">Next</a> </main> </body> </html> |