-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tsuki</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta charset="utf-8"/>
</head>
<body>
<div class="col">
<picture>
<source type="image/webp" srcset="img/shrimpie_logo.webp">
<img alt="tsuki" class="logo" src="img/shrimpie_logo.png">
</picture>
<p>Welcome to my page. Here I will be sharing contact methods and donation methods.<br/>
<p>I'm a 32-year-old from the United States with an interest in computers in general.</p>
<p>I go by 2 aliases: Tsuki and Shrimpie🦐.</p>
<p>You can contact me on any of these places <a href="./contact.html">here</a>.</p>
<p>Furthermore you can donate <a href="./donate.html">here</a>.</p>
</div>
</body>
<picture>
<source type="image/webp" srcset="img/shrimpie_borgar.webp">
<img alt="shrimpie" class="borgar" src="img/shrimpie_borgar.png">
</picture>
</body>
</html>