├── .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 | BlueArchiveTPS 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 21 | 22 | 23 | 24 | 38 | 39 | 40 |
41 |
42 |
43 | 44 |
45 | 52 |
53 | 54 |
55 |
56 | PC Download 57 |
58 |
59 |
60 |
61 | Android 62 |
63 |
64 |
65 |
66 | IOS 67 |
68 |
69 | 70 | 71 |
72 | 73 |
74 |
75 | 87 | 88 | 89 | --------------------------------------------------------------------------------