-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 902 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Javascript projects</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
</head>
<body>
<h1>Javascript projects</h1>
<p>My solutions to some simple problems, implemented with Javascript</p>
<ul>
<li><a href="aoe2-lumberjacks/">Age of Empires 2: Lumberjack simulator</a></li>
<li><a href="monte-hall/">Monte Hall</a></li>
<li><a href="tic-tac-toe/">Tic Tac Toe</a></li>
<li><a href="js-mandala/">Javascript mandala</a></li>
<li><a href="css-mandala/">CSS mandala</a></li>
<li><a href="fallout-76/">Fallout 76 perks</a></li>
</ul>
<footer>
<p>
© 2018, 2024 Corey Beres.
Source available at <a href="https://github.com/cberes/javascript-projects/">GitHub</a>.
</p>
</footer></body>
</html>