23dasg/index.html
2026-04-04 22:09:01 -03:00

105 lines
1.9 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>
/* * { */
/* margin: 0; */
/* } */
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;
/* display: flex; */
width: 500px;
/* margin: auto; */
margin-top: 30px;
font-size: 15px;
}
em-construcao {
font-style: italic;
/* display: block; */
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;
}
</style>
</head>
<body>
<header>
<h1>
Welcome... <b>TO MY LAIR!!!</b>
</h1>
<br>
<h2>
<em-construcao>
Página em construção. Por favor tenha paciência.
</em-construcao>
</h2>
</header>
<main>
<img src="/doggy.jpg" alt="not my doggy" title="Eu sei o que estou fazendo. Não se preocupe." 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 style="">
Envie-me cartinhas de amor:
</h2>
<address>webmaster@23dasg.xyz </address>
<img src="vim.gif" alt="" style="margin-top: 40px">
</footer>
</body>
</html>