116 lines
2.5 KiB
HTML
116 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="pt">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title></title>
|
|
<style>
|
|
html,
|
|
body {
|
|
margin: 20px;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: wsr;
|
|
src: url(/wsr.woff2);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: times;
|
|
src: url(/times.ttf);
|
|
}
|
|
|
|
body {
|
|
font-family: wsr;
|
|
text-align: left;
|
|
background-color: black;
|
|
color: white;
|
|
margin-top: 30px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
em-construcao {
|
|
font-style: italic;
|
|
background-color: yellow;
|
|
color: black;
|
|
padding: 0 5px 0 5px;
|
|
font-size: unset;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
font-weight: 300;
|
|
font-family: times, serif;
|
|
}
|
|
|
|
section-hardware {
|
|
margin: 60px 0 0 60px;
|
|
}
|
|
|
|
#dog {
|
|
width: 200px;
|
|
display: block;
|
|
}
|
|
|
|
article {
|
|
border: 1px white solid;
|
|
margin: 10px;
|
|
margin-left: 0;
|
|
padding: 10px;
|
|
max-width: 500px;
|
|
}
|
|
|
|
table {
|
|
table-layout: fixed;
|
|
width: 90%;
|
|
margin: 10px auto;
|
|
border-collapse: collapse;
|
|
text-wrap: nowrap;
|
|
font-size: 14px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>
|
|
Welcome... <b>TO MY LAIR!!!</b>
|
|
</h1>
|
|
<h2>
|
|
<em-construcao>
|
|
Página em construção. Por favor paciência.
|
|
</em-construcao>
|
|
</h2>
|
|
</header>
|
|
<main>
|
|
<img src="/doggy.jpg" alt="Sinto como se não sei o que estou fazendo na maioria do tempo" title="" id="dog">
|
|
<article>
|
|
<p>
|
|
2026-04-04 19:19 Já tem um tempo que eu queria fazer alguma coisa com este domínio além de hospedar uma meia
|
|
dúzia de serviços. Que tal uma página pessoal ou um blog?
|
|
</p>
|
|
</article>
|
|
</main>
|
|
<footer>
|
|
<h2>Links:</h2>
|
|
<dl>
|
|
<dd>last.fm: <a href="https://www.last.fm/user/daniel_2nd">daniel_2nd</a></dd>
|
|
<dd>rym: <a href="https://rateyourmusic.com/~daniel_2nd">daniel_2nd</a></dd>
|
|
<dd>soulseek: <span>stayhydrated</span></dd>
|
|
<dd>servidor git: <a href="https://git.23dasg.xyz">https://git.23dasg.xyz</a></dd>
|
|
<dd>bookmarks: <a href="https://bookmarks.23dasg.xyz">https://bookmarks.23dasg.xyz</a></dd>
|
|
</dl>
|
|
<h2 style="">
|
|
Envie-me cartinhas de amor:
|
|
</h2>
|
|
<address>webmaster@23dasg.xyz </address>
|
|
<p>Eu leio todos os emails. Sempre.</p>
|
|
<img src="/vim.gif" alt="" style="margin-top: 40px">
|
|
<img src="/bestvieweddesktop.gif" alt="" style="margin-top: 40px">
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|