-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (18 loc) · 698 Bytes
/
index.html
File metadata and controls
23 lines (18 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Coding Challenges</title>
</head>
<body>
<h1>List of my Javascript coding challenges</h1>
<p>These coding challenges and other Python challenges can be found at</p>
<a href="https://www.github.com/parrot023/Coding-challenges"><b>www.github.com/parrot023/Coding-challenges</b></a>
<br>
<br>
<a href="Flappy Bird/p5/index.html"><b>1. Flappy Bird</b></a>
<a href="Pong/index.html"><b>2. Pong</b></a>
<a href="Snake/barebones/index.html"><b>3. Snake - barebones</b></a>
<a href="Snake/extra_features/index.html"><b>4. Snake - Extra features</b></a>
</body>
</html>