-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
65 lines (62 loc) · 1.48 KB
/
contact.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZortaZert's Website</title>
<link rel="stylesheet" href="/blog/styles.css">
<link rel="shortcut icon" href="/img/icons/chadoku.ico">
<a href="/">
<h1>Zortazert</h1>
</a>
</head>
<body>
<br>
<h2>Chat with me</h2>
<ul>
<li>
Email: <a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
Matrix: @trueauracoral:tchncs.de
</li>
<li>
Discord: @trueauracoral
</li>
</ul>
<h2>Social</h2>
<ul>
<li>
YouTube: <a href="https://youtube.com/@zortazert">@ZortaZert</a>
</li>
<li>
MyAnimeList: <a href="https://myanimelist.net/profile/trueauracoral">@trueauracoral</a>
</li>
</ul>
<h2>Code</h2>
<ul>
<li>
Github: <a href="https://github.com/trueauracoral">@trueauracoral</a>
</li>
<li>
Codeberg: <a href="https://codeberg.org/zortazert">@zortazert</a>
</li>
</ul>
<hr/>
<footer>
<br/>
<p>
© ZortaZert 2021-2024
</p>
<p>
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license">
<img alt="Creative Commons License" height="31" src="../images/cc-by-sa.png" style="border-width:0" width="88"/>
</a>
<br/>
Unless otherwise noted, all content on this website is licensed under
<a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license">
CC BY-SA 4.0
</a>
.
</p>
</footer>