-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.21 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
<!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>88potatoes HOME</title>
<script src="script.js" defer></script>
<link href="style.css" rel="stylesheet">
</head>
<body>
<h1>88potatoes personal website</h1>
<div>
<h2>Some personal projects</p>
<ul>
<li><a href="https://88potatoes.github.io/clock%20project">Clock</a></li>
<li><a href="https://88potatoes.github.io/drum%20kit">Drum Kit</a></li>
<li><a href="https://88potatoes.github.io/base%20converter">Base Converter</a></li>
<li><a href="https://88potatoes.github.io/drawing_app/">Drawing App</a></li>
<li><a href="https://88potatoes.github.io/flappy%20ball/">Flappy Square</a></li>
<li><a href="https://88potatoes.github.io/calculator/">Calculator</a></li>
<li><a href="https://88potatoes.github.io/allanyrandomizer/">LoL Role Randomizer</a></li>
<li><a href="https://88potatoes.github.io/lin_alg/matrix_multiplication">Matrix Multiplcation</a></li>
</ul>
</div>
</body>
</html>