-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (34 loc) · 1.17 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/fontello.css"/>
<title>r33int</title>
</head>
<body>
<div class="centered fade-in">
<img id="pfp" src="avatar.jpg" />
<h1>r33.space</h1>
<p>I need to fill this up, someday.</p>
<div class="links">
<a href="https://twitter.com/r33int" target="_blank">
<i class="demo-icon icon-twitter"></i>
</a>
<a href="https://t.me/r33int" target="_blank">
<i class="demo-icon icon-telegram"></i>
</a>
<a href="https://anilist.co/user/Nevertheless" target="_blank">
<i class="demo-icon icon-icon"></i>
</a>
</div>
<br>
<br>
<p>Discord: r3#8700</p>
<p>Also check out <a href="https://hifumi.us" target="_blank">hifumi.us</a>!</p>
</div>
</body>
</html>