summaryrefslogtreecommitdiff
path: root/moreinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'moreinfo.html')
-rw-r--r--moreinfo.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/moreinfo.html b/moreinfo.html
new file mode 100644
index 0000000..bec8716
--- /dev/null
+++ b/moreinfo.html
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
+ <title>Homelabs - Want to know more?</title>
+ </head>
+ <body>
+ <nav>
+ <h1>Homelabs</h1>
+ <p>
+ <a href="index.html">Home</a>
+ &nbsp;&nbsp;
+ <a href="guide.html">Guide</a>
+ &nbsp;&nbsp;
+ <a href="moreinfo.html">Want to know more?</a>
+ </p>
+ <hr />
+ </nav>
+
+ <main>
+ <table width="100%">
+ <tbody>
+ <tr>
+ <td>
+ <h2>Like this? Want to know more?</h2>
+ <p>Here is some links if you want to get into this:</p>
+ <ul>
+ <li>
+ <a href="https://linuxhandbook.com/homelab" target="_blank"
+ >Definition of HomeLab & Why you should have one</a
+ >
+ </li>
+ <li>
+ <a href="https://www.reddit.com/r/homelab/" target="_blank"
+ >HomeLab Subreddit</a
+ >
+ </li>
+ <li>
+ <a
+ href="https://haydenjames.io/home-lab-beginners-guide-hardware/"
+ target="_blank"
+ >Guide for HomeLabs</a
+ >
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </main>
+ <footer>
+ <small>&copy; Copyright 2023 - alee14.me</small>
+ <p>
+ <a href="https://alee14.me">My Website</a>
+ <a href="https://instagram.com/alee14498">Instagram</a>
+ </p>
+ </footer>
+ </body>
+</html>