mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-15 00:46:22 +00:00
32dd070e49
* Self-host all libs (including but not limited to Font Awesome icons). LICENSE files were properly included as well. * Temporarily disabling error pages. * Added "start" and "pm2" scripts. To be used with "yarn SCRIPT_NAME" or "npm run SCRIPT_NAME". * Added container for the tables in dashboard. On narrow screens, such as phones, users will then have the ability to use horizontal scroll on the tables. * Fixed various resource paths. This should now work properly when not being hosted in root domain (e.i. https://fiery.me/lolisafe/). * Before checking API, the "Running in ..." button will now say "Loading..." instead.
10 lines
247 B
XML
10 lines
247 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="images/icons/mstile-150x150.png?v=ZqYs7M3fG4"/>
|
|
<TileColor>#232629</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|