79 lines
No EOL
2.2 KiB
HTML
79 lines
No EOL
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="pt">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Adrian Victor</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/static/main.css?fixcache=1">
|
|
<script src="/static/scripts/ccd.js"></script>
|
|
<script src="/static/scripts/main.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">
|
|
<link rel="manifest" href="/static/site.webmanifest">
|
|
</head>
|
|
<body>
|
|
<style>
|
|
.bg {
|
|
opacity: .4!important;
|
|
}
|
|
</style>
|
|
<div id="everythingHelper">
|
|
<img src="/static/images/bear.jpg" class="bg">
|
|
<header>
|
|
<div>
|
|
<h1>Adrian Victor:Blog</h1>
|
|
<a id="headerSubtitle"><i>Fanasy is not a crime, find your castle in the sky.</i></a>
|
|
<script>
|
|
const headeri18n =
|
|
{
|
|
by: "por",
|
|
options: "Opções",
|
|
hideBackground: "Esconder imagem de fundo",
|
|
back: "voltar"
|
|
}
|
|
</script>
|
|
</div>
|
|
<div id="linksHelper">
|
|
<div id="music">
|
|
</div>
|
|
<ul id="headerLinks">
|
|
<a href="/pt/">início</a>
|
|
<a href="/pt/blog/">blog</a>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<div id="mainHelper">
|
|
|
|
<main>
|
|
<p><b>Listando Postagens do Blog:</b></p>
|
|
<ul>
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<p>
|
|
<a href="/posts/verificacao-de-desenvolvedor-no-android/">Sobre as recentes mudanças nos requisitos de distribuição de apps no sistema Android feitas pela Google.</a><br>
|
|
Fri Aug 29 2025 21:00:00 GMT-0300 (Brasilia Standard Time)
|
|
</p>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
<p>
|
|
<a href="/posts/telnet-pt/">Telnet</a><br>
|
|
Tue Aug 26 2025 21:00:00 GMT-0300 (Brasilia Standard Time)
|
|
</p>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |