-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (18 loc) · 716 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (18 loc) · 716 Bytes
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>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>[Placeholder]</title>
<style type="text/css">*,html,body{background:grey;}p{color:black;}</style>
</head>
<body>
<h1>Interesting....</h1> <!-- I'm too lazy to do anything.... -->
<p>-<a href="/error" target="_blank">Error</a></p>
<p>-<a href="/life" target="_blank">Life</a></p>
<p>-<a href="/test" target="_blank">test</a></p>
<p>-<a href="/links">links</a></p>
<p>-<a href="/placeholder" target="_blank">[Placeholder]</a></p>
<p>-<a href="https://sk3-a.github.io" target="_blank">Fish</a></p>
</body>
</html>