-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 1017 Bytes
/
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
<!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/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>