-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 969 Bytes
/
index.html
File metadata and controls
38 lines (38 loc) · 969 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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>devheadset.org</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1> welcome</h1>
<a href="https://github.com/devHeadset/web"> this website is a git repo! </a>
<p> debian user
<p> i like console modding
<p> and writing code
<div class="links">
<table class="header">
<tr>
<th>links</th>
</tr>
<tr>
<td><a href="https://github.com/devHeadset" target="_blank">github</a></td>
</tr>
<tr>
<td><a href="https://discord.com/users/1155596999681384578" target="_blank">discord</a></td>
</tr>
<tr>
<tr>
<td><a href="https://bsky.app/profile/devheadset.org" target="_blank">bsky</a></td>
</tr>
<tr>
<td><a href="mailto:headset@devheadset.org" target="_blank">email</a></td>
</tr>
<tr>
<td><a href="https://blog.devheadset.org" target="_blank">blog</a></td>
</tr>
</table>
</div>
</body>
</html>