-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.58 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SpeedoThreeSixty Classroom - Home</title>
<script defer src="./script.js"></script>
<link rel="stylesheet" href="./main.css">
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
</head>
<body>
<header>
<h1>Home</h1>
<nav>
<a href="#">Home</a>
<a href="./language/">Language Lessons</a>
<a href="./audio/">Audio Recordings</a>
<a href="./copyright/">Copyright</a>
<a href="./tests/">Tests</a>
<a href="./jukebox/">Jukebox Discs</a>
</nav>
</header>
<hr>
<main>
<p>Check out <dfn>A Minecraft Struggle</dfn> by scanning this QR code with a QR scanner (you can also open <a href="https://qrco.de/bc01jl" target="_blank">this link</a>):</p>
<img src="https://i.imgur.com/8T4LAyo.png" alt="QR Code (Use Link Above)" width="150" height="auto">
</main>
<hr>
<footer>
<nav>
<p><a href="https://classroom.google.com/c/MjAxNjU0ODAyNjY2?cjc=visrdmf" target="_blank">Join our classroom!</a></p>
<p><a href="https://stackoverflow.com/users/13900902/speedothreesixty" target="_blank">View information about/contact information about the developer, SpeedoThreeSixty!</a></p>
<p><a href="https://github.com/JavascriptLearner815/speedothreesixty-classroom" target="_blank">View this resource page's code on GitHub!</a></p>
</nav>
</footer>
</body>
</html>