-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xhtml
More file actions
72 lines (69 loc) · 2.34 KB
/
index.xhtml
File metadata and controls
72 lines (69 loc) · 2.34 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml-stylesheet type="text/css" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3"?>
<website><head xmlns="http://www.w3.org/1999/xhtml"></head><body xmlns="http://www.w3.org/1999/xhtml"><website>
<br />
<header>
<title>
Thinkseal's Website
</title>
</header>
<br />
<content>
<section>
<h1>
Hi I am Thinkseal.
</h1>
<br />
<p>
I try to code sometimes.
</p>
</section>
<section>
<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>
</section>
<section>
<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>
</section>
</content>
</website></body></website>