aboutsummaryrefslogtreecommitdiff
path: root/page2.html
diff options
context:
space:
mode:
Diffstat (limited to 'page2.html')
-rw-r--r--page2.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/page2.html b/page2.html
new file mode 100644
index 0000000..0892906
--- /dev/null
+++ b/page2.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Want to know more?</title>
+ <style>
+ h1, h2 {
+ color: #3f3f3f
+ }
+ </style>
+</head>
+<body>
+ <p class="top">
+ <a href="index.html">Home</a> &nbsp;&nbsp;
+ <a href="page1.html">Guide</a> &nbsp;&nbsp;
+ <a href="page2.html">Want to know more?</a>
+ </p>
+ <hr>
+ <h1>Like this? Want to know more?</h1>
+ <p>Here is some links if you want to get into this:</p>
+ <ul>
+ <li><a href="https://www.youtube.com/watch?v=gPGf4Y8nQqM"><b>WATCH FIRST!</b> HomeLab YouTube Video</a></li>
+ <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>
+ <a href="#top">Go to top</a>
+ <hr>
+ <footer>
+ <em>Created by <a href="http://alee14.me">Andrew Lee</a></em>
+ </footer>
+</body>
+</html> \ No newline at end of file