-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstandby.html
39 lines (35 loc) · 980 Bytes
/
standby.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Legal</title>
<script src="https://cdn.socket.io/socket.io-1.4.5.js"></script>
<script language="javascript" type="text/javascript" src="standby.js"></script>
<link href="./css/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
</head>
<body>
<div class="header">
<p class="header-title"><a href="index.html">CoCode_</a><b>Standby</b></p>
<p class="educators"><a href="educators.html">Educators</a></p>
</div>
<div id="datable">
<tr>
<th>Name</th>
</tr>
<tr>
<td>John Legend</td>
</tr>
</div>
</body>
<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>
</html>