diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-11-20 14:07:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 14:07:42 -0500 |
| commit | 33b34020fdb50d4b215f34fc73081d148d592825 (patch) | |
| tree | 8abe9f3dadf82e6ff67975861d95d13ca5eebdcd /page2.html | |
| parent | c73c39c140ad8c586198293a1672ee9925985591 (diff) | |
| download | homelab-33b34020fdb50d4b215f34fc73081d148d592825.tar.gz homelab-33b34020fdb50d4b215f34fc73081d148d592825.tar.bz2 homelab-33b34020fdb50d4b215f34fc73081d148d592825.zip | |
Add files via upload
Diffstat (limited to 'page2.html')
| -rw-r--r-- | page2.html | 34 |
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>
+ <a href="page1.html">Guide</a>
+ <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 |
