-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.39 KB
/
Copy pathindex.html
File metadata and controls
43 lines (43 loc) · 1.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>jab11n</title>
</head>
<body>
<h1>hi i'm jab11n</h1>
<p>
my name is jabin. i do some things like programming this website, working
at my job, and going to high school.
</p>
<h2>skills</h2>
<p>i can do some things, like the following:</p>
<ul>
<li>program website stuff with html/css/js</li>
<li>use desktop programming languages like python, java, and node.js</li>
<li>nothing else</li>
</ul>
<h2>projects</h2>
<p>i do some things and these are those</p>
<ul>
<li>
hatch - a website for sharing scratch & turbowarp projects with more
features and less restrictions [
<a href="https://github.com/hatchdotlol">github</a> |
<a href="https://hatch.lol">website</a> |
<a href="https://wasteof.money">wasteof.money</a> ]
</li>
<li>more to come</li>
</ul>
<h2>links</h2>
<p>where you can locate me using the world wide web</p>
<ul>
<li><a href="https://wasteof.money/users/-gr">wasteof.money</a></li>
<li><a href="http://github.com/jab11n">github</a></li>
<li>i forgot a few ill link them here later.</li>
</ul>
© 2026 jab11n
</body>
</html>