-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 819 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Javascript Games</title>
</head>
<body>
<div>
<button id="Project5" onclick="window.location.href='Project5/index.html';">Project 5</button>
<button id="Project6" onclick="window.location.href='Project6/index.html';">Project 6</button>
<button id="Project7" onclick="window.location.href='Project7/index.html';">Project 7</button>
<button id="Project8" onclick="window.location.href='Project8/index.html';">Project 8</button>
<button id="Project9" onclick="window.location.href='Project9/index.html';">Project 9</button>
</div>
</body>
</html>