-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 1.16 KB
/
index.html
File metadata and controls
26 lines (25 loc) · 1.16 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3">
<title>Thinkseal's website</title>
</head>
<body>
<h1>Hi I am Thinkseal.</h1>
<p>I try to code sometimes.</p>
<details close=""> <summary>some of my projects</summary> <ul> <li> <a href="https://modrinth.com/modpack/yam" target="_blank" rel="noopener noreferrer">
Yet Another Modpack
</a> </li> <li> <a href="#top" rel="noopener noreferrer">
this webpage
</a> </li> <li> <a href="https://modrinth.com/shader/subete-kowasu-no-nara-kuro-ni-nare-old" target="_blank" rel="noopener noreferrer">
Bad apple shaders
</a> </li> <li> <a href="https://modrinth.com/modpack/paincraftt" target="_blank" rel="noopener noreferrer">
Paincraft
</a> </li> </ul> </details>
<details close=""> <summary>some of my accounts</summary> <ul> <li> <a href="https://modrinth.com/user/thinkseal" target="_blank" rel="noopener noreferrer">
Modrinth
</a> </li> <li> <a href="https://github.com/Thinkseal" target="_blank" rel="noopener noreferrer">
GitHub
</a> </li> </ul> </details>
</body>
</html>