- Notifications
You must be signed in to change notification settings - Fork 223
/
Copy pathindex.html
22 lines (18 loc) · 538 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<htmllang="en">
<head>
<title>18 Learning From Examples</title>
<linkrel="stylesheet" href="../styles.css">
<scriptsrc="http://code.jquery.com/jquery-1.12.4.js"></script>
<scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/two.js/0.6.0/two.min.js"></script>
<scripttype="text/javascript" src="../main.js"></script>
</head>
<body>
<divclass="row">
<divclass="col-sm-6 col-md-offset-3" id="content">
<h1>Learning From Examples</h1>
<p>TODO</p>
</div>
</div>
</body>
</html>