-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
24 lines (24 loc) · 1.03 KB
/
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>sssssss.dev</title>
</head>
<body>
<div id="main">
<div id="title">
<h1>sssssssss.dev</h1>
<h2>Developing as a hobby</h2>
</div>
<div id="social">
<a href="https://github.com/sssssssthedev"><img src="./img/github.webp" alt="Github"></a>
<a href="mailto:sssssssthedev@gmail.com"><img src="./img/email.webp" alt="Email"></a>
<a href="https://twitter.com/sssssssthedev"> <img src="./img/twitter.webp" alt="Twitter"></a>
<a href="https://www.reddit.com/user/sssssssthedev"><img src="./img/reddit.webp" alt="Reddit"></a>
<a href="https://discord.com/users/290121226515644416"><img src="./img/discord.webp" alt="Reddit"></a>
</div>
</div>
</body>
</html>