-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 928 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
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JavaScriptU Workshop 1</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="_ignore/css/bootstrap.css" rel="stylesheet">
<link href="_ignore/css/main.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<div>
<h1>Congratulations!</h1>
<p>You're now running a NodeJS web server.</p>
<p>Let's go!</p>
<ol>
<li><a href="step1-customize-h5bp">Our Level Foundation</a></li>
<li><a href="step2-lesscss">The Bricks and Mortar</a></li>
<li><a href="step3-bootstrap">Paint and Wallpaper</a></li>
<li><a href="step4-requirejs">The Utilities</a></li>
<li><a href="step5-broken_tests">Insurance</a></li>
<li><a href="step6-passing_tests">Living the Dream</a></li>
</ol>
</div>
</header>
</div>
</body>
</html>