-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (19 loc) · 904 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Hacker Shack github.io</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<h1>Hacker Shack github.io</h1>
<p>Tools and basic webapps for our <a href="https://www.youtube.com/c/hackershack">Youtube channel</a></p>
<p>Visit our <a href="https://www.thehackershack.com">main website</a> for more content</p>
<h2>Tools</h2>
<nav>
<ul>
<li><a href="/meme-viewer.html">Meme Viewer</a></li>
</ul>
</nav>
</body>
</html>