aboutsummaryrefslogtreecommitdiff
path: root/page2.html
blob: 1efe8ecb665ae4f43c368a3732b6c4f2abc57547 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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" target="_blank"><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>