diff --git a/.gitignore b/.gitignore index f37eab4..fcf9316 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ count.txt +*.vcf diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..ee84bb8 --- /dev/null +++ b/assets/css/style.css @@ -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; +} diff --git a/assets/images/bg.gif b/assets/images/bg.gif new file mode 100644 index 0000000..4cb49d4 Binary files /dev/null and b/assets/images/bg.gif differ diff --git a/assets/images/buttons/88x31.gif b/assets/images/buttons/88x31.gif new file mode 100644 index 0000000..c6ccdad Binary files /dev/null and b/assets/images/buttons/88x31.gif differ diff --git a/assets/images/buttons/anybestviewed.gif b/assets/images/buttons/anybestviewed.gif new file mode 100644 index 0000000..6a6f277 Binary files /dev/null and b/assets/images/buttons/anybestviewed.gif differ diff --git a/assets/images/buttons/archlinux.gif b/assets/images/buttons/archlinux.gif new file mode 100644 index 0000000..6fcc440 Binary files /dev/null and b/assets/images/buttons/archlinux.gif differ diff --git a/assets/images/buttons/button25.gif b/assets/images/buttons/button25.gif new file mode 100644 index 0000000..a962f12 Binary files /dev/null and b/assets/images/buttons/button25.gif differ diff --git a/assets/images/buttons/chrome.gif b/assets/images/buttons/chrome.gif new file mode 100644 index 0000000..2090066 Binary files /dev/null and b/assets/images/buttons/chrome.gif differ diff --git a/assets/images/buttons/click_here.gif b/assets/images/buttons/click_here.gif new file mode 100644 index 0000000..8c8357e Binary files /dev/null and b/assets/images/buttons/click_here.gif differ diff --git a/assets/images/buttons/ev.gif b/assets/images/buttons/ev.gif new file mode 100644 index 0000000..93abfcf Binary files /dev/null and b/assets/images/buttons/ev.gif differ diff --git a/assets/images/buttons/firefoxnow.gif b/assets/images/buttons/firefoxnow.gif new file mode 100644 index 0000000..a4cd0bd Binary files /dev/null and b/assets/images/buttons/firefoxnow.gif differ diff --git a/assets/images/buttons/gaywebring.gif b/assets/images/buttons/gaywebring.gif new file mode 100644 index 0000000..7bfa068 Binary files /dev/null and b/assets/images/buttons/gaywebring.gif differ diff --git a/assets/images/buttons/gplv3.gif b/assets/images/buttons/gplv3.gif new file mode 100644 index 0000000..9dcf393 Binary files /dev/null and b/assets/images/buttons/gplv3.gif differ diff --git a/assets/images/buttons/no.gif b/assets/images/buttons/no.gif new file mode 100644 index 0000000..188b46c Binary files /dev/null and b/assets/images/buttons/no.gif differ diff --git a/assets/images/buttons/php4_88x31.gif b/assets/images/buttons/php4_88x31.gif new file mode 100644 index 0000000..273f45d Binary files /dev/null and b/assets/images/buttons/php4_88x31.gif differ diff --git a/assets/images/buttons/stop.gif b/assets/images/buttons/stop.gif new file mode 100644 index 0000000..d382a27 Binary files /dev/null and b/assets/images/buttons/stop.gif differ diff --git a/assets/images/buttons/transhrt.gif b/assets/images/buttons/transhrt.gif new file mode 100644 index 0000000..4413ee4 Binary files /dev/null and b/assets/images/buttons/transhrt.gif differ diff --git a/assets/images/buttons/transnow2.gif b/assets/images/buttons/transnow2.gif new file mode 100644 index 0000000..7f705aa Binary files /dev/null and b/assets/images/buttons/transnow2.gif differ diff --git a/assets/images/buttons/valid-html5.gif b/assets/images/buttons/valid-html5.gif new file mode 100644 index 0000000..5cf8da1 Binary files /dev/null and b/assets/images/buttons/valid-html5.gif differ diff --git a/assets/images/pfp.gif b/assets/images/pfp.gif new file mode 100644 index 0000000..cb6b06e Binary files /dev/null and b/assets/images/pfp.gif differ diff --git a/en/index.html b/en/index.html index 1cc7233..0e2c3c5 100644 --- a/en/index.html +++ b/en/index.html @@ -51,6 +51,9 @@
uwu
Random uwu face
+
wordle
+
Wordle DS's page
+
うち (uchi) (Japanese)
Home
diff --git a/friigaems.zip/VIRUS.BAT b/friigaems.zip/VIRUS.BAT new file mode 100644 index 0000000..6366a63 --- /dev/null +++ b/friigaems.zip/VIRUS.BAT @@ -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 diff --git a/friigaems.zip/bsod.jpg b/friigaems.zip/bsod.jpg new file mode 100644 index 0000000..76bb57f Binary files /dev/null and b/friigaems.zip/bsod.jpg differ diff --git a/friigaems.zip/bsod.mp3 b/friigaems.zip/bsod.mp3 new file mode 100644 index 0000000..77c4d7f Binary files /dev/null and b/friigaems.zip/bsod.mp3 differ diff --git a/friigaems.zip/error.html b/friigaems.zip/error.html new file mode 100644 index 0000000..1082c56 --- /dev/null +++ b/friigaems.zip/error.html @@ -0,0 +1,16 @@ + + +