NightProxy / Space

Space is a modern, and clean web proxy with many games, apps and features.
https://gointospace.app
GNU Affero General Public License v3.0
33 stars 81 forks source link

Updating main html files to more concise names #9

Closed GarethFlandro closed 1 month ago

GarethFlandro commented 1 month ago

Right now, the main html files (a.html, g.html, &.html etc.) provide helpful shortcuts to the main pages for seasoned users, but anyone who has never used the site before would struggle to understand which links are which, and the general layout of the pages based on the URL.

I suggest changing the main html files to their expanded versions (apps.html, games.html, and search.html) and keeping the original files with a redirect tag so that it still provides added convenience.

This way, when the user navigates to the games tab, the url will switch to space.crllect.dev/games instead of space.crllect.dev/g which will instead redirect to /games.

I'll be a little busy for a few days, but I'm happy to refactor this myself and send a pull request as soon as I can.