summaryrefslogtreecommitdiff
path: root/public/articals/internetlist
diff options
context:
space:
mode:
authorShipwreckt <shipwreckt@mailfence.com>2025-02-21 19:19:17 +0000
committerShipwreckt <shipwreckt@mailfence.com>2025-02-21 19:19:17 +0000
commit8bbdcbb2d0711134a68bd80ae541edbfb4f472ad (patch)
tree22f61dfa3335fbc7b96a11f06a6d0b7eb9988fa9 /public/articals/internetlist
parent7ef03c449fc051b5fdf91f2d203af7b8696ea3cf (diff)
Changed all files to .html and new post!
Diffstat (limited to 'public/articals/internetlist')
-rw-r--r--public/articals/internetlist43
1 files changed, 0 insertions, 43 deletions
diff --git a/public/articals/internetlist b/public/articals/internetlist
deleted file mode 100644
index 9446a1b..0000000
--- a/public/articals/internetlist
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE html>
-<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>
- <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>
- </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 have wrote about how I stay safe online.</p>
- <ul>
- <li><a href="internet/safety/00Intro">Introduction</a></li>
- <li><a href="internet/safety/01Profiles">Online profiles</a></li>
- <li><a href="internet/safety/02Passwords">Passwords</a></li>
- <li><a href="internet/safety/03Browser">Web Browsers</a></li>
- </ul>
- <hr>
- <h2>The internet you never see (Darknet)</h2>
- <ul>
- <li><a href="internet/Darknet/00I2P">I2P</a> (The Invisible Internet Project)</li>
- </ul>
- </main>
- </body>
-</html>
-