This repository was archived by the owner on Sep 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (36 loc) · 1.64 KB
/
index.html
File metadata and controls
40 lines (36 loc) · 1.64 KB
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
<!DOCTYPE html>
<html>
<script>
window.onload = function(){
window.location.href="http://central.jointheleague.org/levels/Level0/Students_L0.html";
}
</script>
<!-- <head>
<title>League Level 0</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://league-central.github.io/curriculum/style/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="icon" type="image/png" href="https://league-central.github.io/curriculum/img/favicon.png">
<script src="https://league-central.github.io/curriculum/script/headerAndFooter.js"></script>
</head>
<body>
<div id ="wrap">
<div id ="main">
<div id = "linkPageBody">
<h1>League Level 0</h1>
<hr>
<h3><a href="Teachers_L0.html">Teacher's Guide</a></h3>
<h3><a href="Overview_L0.html">Recipe Overview</a></h3>
<h3><a href="Students_L0.html">Student Recipe Modules</a></h3>
<h3><a href="https://github.com/LEAGUE-Level0/Level-0-Tests">Exam and Practice Exams</a></h3>
<h3><a href="https://league-central.github.io/curriculum/teacherTools.html">Teacher Tools</a></h3>
<hr>
</div>
</div>
</div>
<div id="footer">
<script>addFooter();</script>
</div>
</body> -->
</html>