├── README.md ├── index.html ├── profile-listening ├── index.html └── style.css ├── profile-normal ├── index.html └── style.css ├── profile-playing ├── index.html └── style.css ├── profile-streaming ├── index.html └── style.css └── style.css /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Discord-UI 3 | 4 |  5 | 6 |    7 | 8 | ##### Actividades disponibles: 9 | - Jugando 10 | - Escuchando 11 | - Normal 12 | - Streaming 13 | 14 | ##### [Visitar pagina](https://cratermaik.github.io/discord-ui/) 15 | ##### [Discord](https://discord.gg/g6ssSmK) 16 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 8 | 9 | 10 |