|
|
|
@ -4,6 +4,13 @@
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>ピケ.コム</title>
|
|
|
|
|
<style>
|
|
|
|
|
:focus {
|
|
|
|
|
background-color: lightblue;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 0 2px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@ -17,31 +24,31 @@
|
|
|
|
|
<main>
|
|
|
|
|
<h2 id="subdomain">Subdomains</h2>
|
|
|
|
|
<dl>
|
|
|
|
|
<dt><a href="//bad-apple.xn--rck9c.xn--tckwe/index.html">bad-apple</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="//bad-apple.xn--rck9c.xn--tckwe/index.html">bad-apple</a></dt>
|
|
|
|
|
<dd>Bad Apple!! but it's pure HTML (no JS or CSS)</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//bbs.xn--rck9c.xn--tckwe/index.php">bbs</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="//bbs.xn--rck9c.xn--tckwe/index.php">bbs</a></dt>
|
|
|
|
|
<dd>A really crappy single thread BBS I made in PHP because I was bored and couldn't upload an image from Windows 98</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//count.xn--rck9c.xn--tckwe/index.php">count</a> (Japanese)</dt>
|
|
|
|
|
<dt><a tabindex="0" href="//count.xn--rck9c.xn--tckwe/index.php">count</a> (Japanese)</dt>
|
|
|
|
|
<dd>A simple item count tracker</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//git.xn--rck9c.xn--tckwe">git</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="//git.xn--rck9c.xn--tckwe">git</a></dt>
|
|
|
|
|
<dd>Self hosted <a href="https://gitea.io/en-us/">Gitea</a></dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//grit.xn--rck9c.xn--tckwe">grit</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="//grit.xn--rck9c.xn--tckwe">grit</a></dt>
|
|
|
|
|
<dd>Converts images to GRF files using <a href="https://github.com/devkitPro/grit">grit</a></dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//haste.xn--rck9c.xn--tckwe">haste</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="//haste.xn--rck9c.xn--tckwe">haste</a></dt>
|
|
|
|
|
<dd>Self-hosted <a href="//hastebin.com">Hastebin</a> with light theme</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//nextrip.xn--rck9c.xn--tckwe">nextrip</a> (Japanese)</dt>
|
|
|
|
|
<dt><a tabindex="0" href="//nextrip.xn--rck9c.xn--tckwe">nextrip</a> (Japanese)</dt>
|
|
|
|
|
<dd>Bus stop info viewer using <a href="https://metrotransit.org">Metro Transit</a>'s NexTrip API</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//rss.xn--rck9c.xn--tckwe">rss</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="//rss.xn--rck9c.xn--tckwe">rss</a></dt>
|
|
|
|
|
<dd>Self hosted <a href="https://miniflux.app">Miniflux</a></dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="//uwu.xn--rck9c.xn--tckwe">uwu</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="//uwu.xn--rck9c.xn--tckwe">uwu</a></dt>
|
|
|
|
|
<dd>Random uwu face</dd>
|
|
|
|
|
|
|
|
|
|
<dt><ruby><a href="//xn--p8juc.xn--rck9c.xn--tckwe">うち</a><rp> (</rp><rt>uchi</rt><rp>) </rp></ruby> (Japanese)</dt>
|
|
|
|
@ -50,25 +57,25 @@
|
|
|
|
|
|
|
|
|
|
<h2 id="page">Other Pages</h2>
|
|
|
|
|
<dl>
|
|
|
|
|
<dt><a href="/agent.php">agent.php</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="/agent.php">agent.php</a></dt>
|
|
|
|
|
<dd>Shows the useragent</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="/bios-shrinker.html">bios-shrinker.html</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="/bios-shrinker.html">bios-shrinker.html</a></dt>
|
|
|
|
|
<dd>Shrinks a BIOS dump from a 3DS to the correct size</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="color.html">color.html</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="color.html">color.html</a></dt>
|
|
|
|
|
<dd>Convert between hex, RGB, and BGR15 colors</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="/dQw4w9WgXcQ/index.html">dQw4w9WgXcQ</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="/dQw4w9WgXcQ/index.html">dQw4w9WgXcQ</a></dt>
|
|
|
|
|
<dd>;)</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="/motd.php">motd.php</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="/motd.php">motd.php</a></dt>
|
|
|
|
|
<dd>A random message each day</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="securid.html">securid.html</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="securid.html">securid.html</a></dt>
|
|
|
|
|
<dd>Browser implementation of RSA SecurID</dd>
|
|
|
|
|
|
|
|
|
|
<dt><a href="/video.php">video.php</a></dt>
|
|
|
|
|
<dt><a tabindex="0" href="/video.php">video.php</a></dt>
|
|
|
|
|
<dd>Makes videos show in embeds</dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</main>
|
|
|
|
@ -77,5 +84,7 @@
|
|
|
|
|
<hr>
|
|
|
|
|
<p>2021-2023 <a href="//pk11.us">Pk11</a></p>
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
<script src="/assets/js/kaios.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|