all
This commit is contained in:
parent
e1cd770933
commit
ca4ff60912
2 changed files with 23 additions and 14 deletions
BIN
bestvieweddesktop.gif
Normal file
BIN
bestvieweddesktop.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
37
index.html
37
index.html
|
|
@ -6,9 +6,6 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title></title>
|
<title></title>
|
||||||
<style>
|
<style>
|
||||||
/* * { */
|
|
||||||
/* margin: 0; */
|
|
||||||
/* } */
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
|
|
@ -29,16 +26,12 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
/* display: flex; */
|
|
||||||
width: 500px;
|
|
||||||
/* margin: auto; */
|
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
em-construcao {
|
em-construcao {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
/* display: block; */
|
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 0 5px 0 5px;
|
padding: 0 5px 0 5px;
|
||||||
|
|
@ -66,6 +59,16 @@
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 90%;
|
||||||
|
margin: 10px auto;
|
||||||
|
border-collapse: collapse;
|
||||||
|
text-wrap: nowrap;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -75,16 +78,14 @@
|
||||||
<h1>
|
<h1>
|
||||||
Welcome... <b>TO MY LAIR!!!</b>
|
Welcome... <b>TO MY LAIR!!!</b>
|
||||||
</h1>
|
</h1>
|
||||||
<br>
|
|
||||||
<h2>
|
<h2>
|
||||||
<em-construcao>
|
<em-construcao>
|
||||||
Página em construção. Por favor tenha paciência.
|
Página em construção. Por favor paciência.
|
||||||
</em-construcao>
|
</em-construcao>
|
||||||
</h2>
|
</h2>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
<img src="/doggy.jpg" alt="Sinto como se não sei o que estou fazendo na maioria do tempo" title="" id="dog">
|
||||||
<img src="/doggy.jpg" alt="not my doggy" title="Eu sei o que estou fazendo. Não se preocupe." id="dog">
|
|
||||||
<article>
|
<article>
|
||||||
<p>
|
<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
|
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>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<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="">
|
<h2 style="">
|
||||||
Envie-me cartinhas de amor:
|
Envie-me cartinhas de amor:
|
||||||
</h2>
|
</h2>
|
||||||
<address>webmaster@23dasg.xyz </address>
|
<address>webmaster@23dasg.xyz </address>
|
||||||
<p>Eu sempre leio todos os emails.</p>
|
<p>Eu leio todos os emails. Sempre.</p>
|
||||||
|
<img src="/vim.gif" alt="" style="margin-top: 40px">
|
||||||
<img src="vim.gif" alt="" style="margin-top: 40px">
|
<img src="/bestvieweddesktop.gif" alt="" style="margin-top: 40px">
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue