110 lines
No EOL
3.3 KiB
HTML
110 lines
No EOL
3.3 KiB
HTML
<!--
|
|
_ _ _
|
|
| |_ ___ _ __ | | ___ _ _ __ ___ __ _ __ ____ _ ___ | |__ ___ _ __ ___
|
|
| __/ _ \ '_ \| |/ / | | | '_ ` _ \ / _` | \ \ /\ / / _` / __| | '_ \ / _ \ '__/ _ \
|
|
| || __/ | | | <| |_| | | | | | | (_| | \ V V / (_| \__ \ | | | | __/ | | __/
|
|
\__\___|_| |_|_|\_\\__,_|_| |_| |_|\__,_| \_/\_/ \__,_|___/ |_| |_|\___|_| \___|
|
|
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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 type="module" src="/static/scripts/ccd.js"></script>
|
|
<script type="module" src="/static/scripts/music.js" defer></script>
|
|
<script type="module" src="/static/scripts/88x31.js" defer></script>
|
|
<script type="module" src="/static/scripts/tips.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">
|
|
<script src="https://keepandroidopen.org/banner.js" defer></script>
|
|
<meta property="og:title" content="Adrian Victor">
|
|
<meta property="og:description" content="Personal website/blog of Adrian Victor.">
|
|
<meta property="og:type" content="article">
|
|
<meta property="og:url" content="https://adrianvic.github.io/en/misc/">
|
|
<meta property="og:image" content="https://adrianvic.github.io/static/images/bear.jpg">
|
|
</head>
|
|
<body>
|
|
<style>
|
|
.bg {
|
|
opacity: .4!important;
|
|
}
|
|
</style>
|
|
<noscript>
|
|
<style>
|
|
.i88x31:hover {
|
|
transform: scale(2);
|
|
}
|
|
</style>
|
|
</noscript>
|
|
<div id="everythingHelper">
|
|
<img src="/static/images/bear.jpg" class="bg">
|
|
<header>
|
|
<div>
|
|
<h1>Adrian Victor:Misc</h1>
|
|
<a id="headerSubtitle"><i>Fanasy is not a crime, find your castle in the sky.</i></a>
|
|
<script>
|
|
const headeri18n =
|
|
{
|
|
by: "by",
|
|
options: "Options",
|
|
hideBackground: "Hide background",
|
|
back: "back"
|
|
}
|
|
</script>
|
|
</div>
|
|
<div id="linksHelper">
|
|
<div id="music">
|
|
</div>
|
|
<ul id="headerLinks">
|
|
<a href="/en/">home</a>
|
|
<a href="/en/blog/">blog</a>
|
|
<a href="/en/misc/">misc</a>
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<div id="mainHelper">
|
|
|
|
<main>
|
|
<h1>Miscellaneous</h1>
|
|
<ul>
|
|
<dl>
|
|
|
|
|
|
|
|
<dt>
|
|
<a href="/en/misc/88x31/">
|
|
88x31
|
|
</a>
|
|
</dt>
|
|
|
|
<dd>
|
|
|
|
My collection of 88x31 GIFs and images.
|
|
</dd>
|
|
|
|
|
|
|
|
<dt>
|
|
<a href="/en/misc/bookmarks/">
|
|
Bookmarks
|
|
</a>
|
|
</dt>
|
|
|
|
<dd>
|
|
|
|
My collection of interesting websites/pages.
|
|
</dd>
|
|
|
|
</dl>
|
|
</ul>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |