-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 872 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<h1>My Front End Projects:</h1>
<h3>Basic Survey: <a href="./basicsurvey/index.html" target="_blank">Demo</a></h3>
<h3>Calculator: <a href="./calculator/index.html" target="_blank">Demo</a></h3>
<h3>Pomodoro: <a href="./pomodoro/index.html" target="_blank">Demo</a></h3>
<h3>Quotes: <a href="./quotes/index.html" target="_blank">Demo</a></h3>
<h3 style="color:red">Simon: <a href="./simon/index.html" target="_blank">Demo</a></h3>
<h3>Tic Tac Toe: <a href="./tictactoe/index.html" target="_blank">Demo</a></h3>
<h3>twitchTV: <a href="./twitchTV/index.html" target="_blank">Demo</a></h3>
<h3>Weather: <a href="./weather/index.html" target="_blank">Demo</a></h3>
<h3>Wikipedia: <a href="./wikipedia/index.html" target="_blank">Demo</a></h3>
</body>
</html>