forked from GalvanizeOpenSource/Learn-To-Code-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 725 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 725 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
<!DOCTYPE html>
<html>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script>
<!-- put your JavaScript code here for now -->
</script>
</head>
<body>
<h1>Learn to Code JavaScript</h1>
<h4>If you see a white button below, you're in good shape!</h4>
<div class="wrapper">
<!-- put your JavaScript button here! -->
</div>
<div>
<h3>Brought to you by your friends at <a href="http://galvanize.com">Galvanize</a>.</h3>
</div>
<div>
<img src="http://stream1.gifsoup.com/view3/1074008/rock-paper-scissors-o.gif" />
</div>
<div>
<img src="https://media.giphy.com/media/E7ClVqqCl8bVS/giphy.gif" />
</div>
</body>
</html>