commit 0967a515d6ab25d0957880c585d628c797b45c3a Author: flashwave Date: Thu Dec 31 01:38:59 2020 +0000 initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd76df5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.debug diff --git a/README.md b/README.md new file mode 100644 index 0000000..7941ccf --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Koakuma + +Error submission system diff --git a/public/assets/koa.gif b/public/assets/koa.gif new file mode 100644 index 0000000..c97700e Binary files /dev/null and b/public/assets/koa.gif differ diff --git a/public/assets/novids.mp3 b/public/assets/novids.mp3 new file mode 100644 index 0000000..4302f75 Binary files /dev/null and b/public/assets/novids.mp3 differ diff --git a/public/assets/novids.ogg b/public/assets/novids.ogg new file mode 100644 index 0000000..3ed1092 Binary files /dev/null and b/public/assets/novids.ogg differ diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..961affa --- /dev/null +++ b/public/index.php @@ -0,0 +1,11 @@ +Koakuma' + . '' + . ''; + return; +} diff --git a/startup.php b/startup.php new file mode 100644 index 0000000..fccd4da --- /dev/null +++ b/startup.php @@ -0,0 +1,23 @@ +