all
This commit is contained in:
parent
e1cd770933
commit
ca4ff60912
2 changed files with 23 additions and 14 deletions
37
index.html
37
index.html
|
|
@ -6,9 +6,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title></title>
|
||||
<style>
|
||||
/* * { */
|
||||
/* margin: 0; */
|
||||
/* } */
|
||||
html,
|
||||
body {
|
||||
margin: 20px;
|
||||
|
|
@ -29,16 +26,12 @@
|
|||
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;
|
||||
|
|
@ -66,6 +59,16 @@
|
|||
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>
|
||||
|
|
@ -75,16 +78,14 @@
|
|||
<h1>
|
||||
Welcome... <b>TO MY LAIR!!!</b>
|
||||
</h1>
|
||||
<br>
|
||||
<h2>
|
||||
<em-construcao>
|
||||
Página em construção. Por favor tenha paciência.
|
||||
Página em construção. Por favor 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">
|
||||
<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
|
||||
|
|
@ -93,13 +94,21 @@
|
|||
</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 sempre leio todos os emails.</p>
|
||||
|
||||
<img src="vim.gif" alt="" style="margin-top: 40px">
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue