-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·29 lines (28 loc) · 953 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Assignment 06</title>
<style>
body { line-height: 1.5em;}
ul {
list-style:none;
margin-left: -40px;
float: left;
}
</style>
</head>
<body>
<h2>Assignment 6</h2>
<ul>
<li><a href ="01-larger-or-smaller.html">01 Larger or Smaller</html></li>
<li><a href ="02-coinflip.html">02 Coinflip</html></li>
<li><a href ="03-coinflip-redux.html">03 Coinflip Redux</html></li>
<li><a href ="04-coinflip-streak.html">04 Coinflip Streak</html></li>
<li><a href ="05-triangle.html">05 Triangle</html> </li>
<li><a href ="06-odd-or-even.html">06 Odd or Even</html> </li>
<li> <a href ="07-marco-polo.html">07 Marco Polo</html> </li>
<li><a href ="08-countdown.html">08 Countdown</html> </li>
</ul>
</body>
</html>