55 lines
1.8 KiB
HTML
55 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>my yggdrasil website!</title>
|
|
</head>
|
|
<style>
|
|
html {
|
|
background-image: url('./res/background/bgleafoutline.gif');
|
|
background-size: auto;
|
|
color: white;
|
|
}
|
|
|
|
body {
|
|
background-color: #0f0f0f;
|
|
font-family: 'Times New Roman', Times, serif;
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 800px;
|
|
width: 65%;
|
|
margin: auto;
|
|
min-height: 100vh;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
text-wrap: pretty;
|
|
border: solid 1px white;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
}
|
|
|
|
.seal {
|
|
font-size: 45px;
|
|
}
|
|
|
|
.sealIMG {
|
|
font-size: 45px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div style="flex-direction: row; display: flex; width: 100%; justify-content: center;"><img style='width: 80%;' src="/res/icon.png"></div>
|
|
<hr style="width: 100%;">
|
|
<h2>welcome to my yggdrasil website!</h2>
|
|
actually, this is my second website!
|
|
<a href="https://igor360.neocities.org">go to my first website! (neocities)</a><br>
|
|
my name is igor. i am from russia.<br>
|
|
why im here? bc i hate MAX and my gov's services, but i like...<br>
|
|
indie web! <br><br>
|
|
i created this website because i wanted to create smth unblockable :P<br>
|
|
if u wish to talk me, here is my...<br><br> <a href="OPENPGP4FPR:BD28795127324A8CDFBC0575A1A43E9D4A979D03#v=3&i=Z5La_6cwSH97xCq1SX-cQptx&s=RFC89HUKVQMPbCGvVo5p0ipn&a=6peim6tn2%40deltachat.ru&n=%D0%B8%D0%B3%D0%BE%D1%80%D1%8C360">delta chat</a> and <a href="xmpp:igor360@xmpp.social?omemo-sid-994882031=19d5be37b2f8ca67a7695669cfa7459116f86f8ab1e6497e9512bfb0e2a1281e">xmpp!</a><br> (i prefer delta chat more!!!)<br><br>
|
|
seals
|
|
</body>
|
|
</html> |