-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (48 loc) · 1.33 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
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@media only screen and (max-width:800px) {
/* For tablets: */
.main {
width: 80%;
padding: 0;
}
.right {
width: 100%;
}
}
@media only screen and (max-width:500px) {
/* For mobile phones: */
.menu, .main, .right {
width: 100%;
}
}
</style>
</head>
<div class="main">
<body style="font-family:Verdana; background-color:#000000;" >
<h1 style="color:MediumSeaGreen;">yunginter.net</h1>
<p style="color:MediumSeaGreen;">hi, i'm zach!</p>
<p> <a style="color:MediumSeaGreen;" href="nostr://npub1tltf8es60957eawprkl4ecs2akkpe6n3wgt4tvphj4vef0mqvxasv6ve7g
">nostr pubkey:</a>
</p>
<p style="color:MediumSeaGreen; font-size:10px;">npub1tltf8es60957eawprkl4ecs2akkpe6n3wgt4tvphj4vef0mqvxasv6ve7g</p>
<p>
<a style="color:MediumSeaGreen;" href="https://twitter.com/yunginternetgod/">twitter</a>
</p>
<p>
<a style="color:MediumSeaGreen;" href="https://www.instagram.com/yunginternetgod/
">instagram</a>
</p>
<p>
<a style="color:MediumSeaGreen;" href="https://mastodon.social/@internetgod/">mastodon</a>
</p>
<p>
<a style="color:MediumSeaGreen;" href="https://soundcloud.com/z10021">soundcloud</a>
</p>
</div>
<script src="https://nocomment.netlify.app/embed.js" id="nocomment"></script>
</body>
</html>