├── .gitignore ├── README.md ├── img ├── Icon.png └── logo.png └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | builds/BlueArchiveTPS_PC.zip 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # BlueArchiveTPSHompage 2 | This game is a fan game of Blue Archive. There is no official relationship with Nexon. This game is not for commercial purposes. 3 | -------------------------------------------------------------------------------- /img/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClearSky-S/BlueArchiveTPSHompage/93c9a789c88b69c47dd8d5b2125671afb92d6a6b/img/Icon.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClearSky-S/BlueArchiveTPSHompage/93c9a789c88b69c47dd8d5b2125671afb92d6a6b/img/logo.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |