-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (25 loc) · 1.03 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>IBM CoderDojo Cork</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>IBM CoderDojo webpages</h1>
<p>Use these links to navigate to the different webpages published on the IBM CoderDojo Cork html repository.</p>
<nav>
<h2>Navigation links</h2>
<ul>
<li><a href="./personal-websites/">Member websites</a></p>
<li><a href="./classes/birds-with-hands">Birds with hands</a></li>
<li><a href="./classes/coder-dojo-homepage">CoderDojo homepage</a></li>
<li><a href="./classes/noughts-and-crosses/">X's and O's game</a></li>
<li><a href="./classes/sonic-speed/">Sonic Speed</a></li>
<li><a href="./classes/dots/">Moving Dots</a></li>
</ul>
</nav>
<p><strong>Pro-tip: Right click this page and select "View page source" to see this page's HTML</strong></p>
<p><em>Remember kids, all HTML is responsive, it takes CSS and JavaScript to break your site.</em></p>
</body>
</html>