-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 831 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AMJ's Website</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/69196954">
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
</head>
<body>
<h1>AMJ's awesome website!</h1>
Hey, I'm AMJ and this is my awesome website!!!<br>
<a href="p2srdata/index.html">P2SR Data and Wiki transclusion</a><br>
<a href="mtrigger_compression_sandbox/index.html">Mtrigger Compression Sandbox</a><br>
<a href="splitsconverter/index.html">Speedrun Splits Converter</a><br>
<a href="sourcerun/index.html">Source Engine Command Emulation</a><br>
</body>
</html>