mirror of
https://github.com/Alee14/homelab.git
synced 2025-01-22 14:11:53 -05:00
34 lines
No EOL
1.2 KiB
HTML
34 lines
No EOL
1.2 KiB
HTML
<!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" 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> |