-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (47 loc) · 1.18 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<head>
<title>mondstern art</title>
<meta name="description" content="Hewwo :3">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" type="image/x-icon" href="Death.jpg">
</head>
<body>
<div class="name">
<p>
mondstern
</p>
</div>
<div class="quote">
<p>
<i>
Meine Kunst auf Deiner Plattform
</i>
</p>
</div>
<div class="social-media">
<a class="buttons" href="https://www.tiktok.com/@mondsternundsterne" target="_blank">
TikTok
</a>
<br>
<a class="buttons" rel="me" href="https://www.instagram.com/mondsternundsterne/" target="_blank">
Instagram
</a>
<br>
<a class="buttons" rel="me" href="https://loops.video/@mondstern" target="_blank">
Loops.video
</a>
<br>
</div>
<div class="footer">
<div class="quote">
<p>
<i>
Und dann standest Du da und hast auf mich gewartet
</i>
</p>
</div>
</div>
</body>
</html>