23dasg/index.html
2026-04-04 21:54:57 -03:00

110 lines
2 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;
/* 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-family: times, serif;
}
img {
/* aspect-ratio: auto; */
}
section-hardware {
margin: 60px 0 0 60px;
}
#dog {
width: 200px;
display: block;
}
img.fetch {
/* height: 300px; */
}
article {
border: 1px white solid;
margin: 10px;
margin-left: 0;
padding: 10px;
}
/* #ilustracao { */
/* margin-top: 50px; */
/* width: 100%; */
/* } */
</style>
</head>
<body>
<section>
<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>
<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>
</section>
<section>
<h2>
Envie-me cartinhas de amor:
</h2>
<address>webmaster@23dasg.xyz </address>
</section>
</body>
</html>