summaryrefslogtreecommitdiff
path: root/moreinfo.html
blob: bec8716719572c394159e140f521fca9bf082d71 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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>