-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 803 Bytes
/
index.html
File metadata and controls
24 lines (19 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>BIO201 Teaching Assistant Groups</title>
<link href="css/index.css" rel="stylesheet" type="text/css">
<link href="css/css-loader.css" rel="stylesheet" type="text/css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> -->
<script src="js/index.js"></script>
</head>
<body>
<div class="loader loader-bar is-active" data-text data-blink></div>
<div id="left-menu" class="menu"></div>
<div id="right-menu" class="menu"></div>
<div id="header"></div>
<div id="content" class="flexContainer"></div>
</body>
</html>