-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
49 lines (44 loc) · 1.76 KB
/
main.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
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script language="javascript" type="text/javascript" src="index.js"></script>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CoCode_</title>
<script src="//fast.eager.io/RdPQkTjaJn.js"></script>
</head>
<body>
<div class="header">
<p class="header-title"><a href="main.html">CoCode_</a></p>
<p class="educators"><a href="educators.html">Educators</a></p>
</div>
<div class="row pseudo-vert">
<p style="margin-bottom: 20px; font-size: 20px;">Enter your Room Code and Name to get started.</p>
<div class="col-lg-6">
<input id="classIdInput" class="class-id-input form-control" type="text" placeholder="Room Code">
<br>
<input id="nameInput" class="class-id-input form-control" type="text" placeholder="Name">
<br>
<div class="center-me" style="border: 20px; margin-top:60px;">
<form action="http://cocode-mlh.com/main.html">
<a href="navigator.html"
class="button center-me" style="color:
white;">Begin Session</a>
</form>
</div>
</div><!-- /input-group -->
</div><!-- /.col-lg-6 -->
<div class="footer">
<div class="footer_contents">
<a href="index.html">Home</a>
<a href="#">FAQ</a>
<a href="about.html">About</a>
<a href="legal.html">Legal</a>
<a href="#">Contact Us</a>
<a href="#">Jobs</a>
</div>
</div>
</body>
</html>