forked from AngusAU293/angusau293.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) 路 782 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) 路 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<h1>Welcome!</h1>
<h3>Check out some of my projects:</h3>
<ul>
<li><a href="coolest_thing/index.html">COOLEST THING EVER!!!</a></li>
<li><a href="password_meme/index.html">Password Meme</a></li>
<li><a href="annoying_link/index.html?url='https://angusau293.github.io'&annoyLevel=4&msg=Annoying%20Link%20Demo&phraseArray=This%20is%20a%20demo;Use%20this%20link%20as%20a%20template;All%20parameters%20except%20url%20are%20optional">Demo for Annoying Link</a></li>
</ul>
<br>
<p>漏 2025 Angus Stuart</p>
</body>
</html>