This commit is contained in:
adrianvic 2026-04-21 17:36:18 +00:00
commit c59d8d2aba
94 changed files with 1054 additions and 3 deletions

View file

@ -7,6 +7,7 @@
<link rel="stylesheet" href="/static/main.css?fixcache=1">
<script src="/static/scripts/ccd.js"></script>
<script src="/static/scripts/main.js" defer></script>
<script src="/static/scripts/88x31.js" defer></script>
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
@ -24,6 +25,13 @@
opacity: .4!important;
}
</style>
<noscript>
<style>
.i88x31:hover {
transform: scale(2);
}
</style>
</noscript>
<div id="everythingHelper">
<img src="/static/images/redes.jpg" class="bg">
<header>
@ -46,6 +54,7 @@
<ul id="headerLinks">
<a href="/pt/">início</a>
<a href="/pt/blog/">blog</a>
<a href="/pt/misc/">misc</a>
</ul>
</div>
</header>