forked from Reconnect-Ed/Reconnect-Ed.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
28 lines (27 loc) · 824 Bytes
/
info.html
File metadata and controls
28 lines (27 loc) · 824 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
25
26
27
28
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reconnect-Ed Hackathon</title>
<link rel="stylesheet" href="info-style.css" />
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body>
<nav>
<div class="menu">
<div class="logo">
<a href="index.html">Reconnect-Ed</a>
</div>
<ul>
<!-- These are all of the navigation panels -->
<li><a href="index.html">Home</a></li>
<li><a href="preregister.html">Preregister</a></li>
<li><a href="info.html">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</nav>
<p>page test</p>
</body>
</html>