Simplified Formatting

This commit is contained in:
トトも 2022-04-09 17:59:47 -04:00 committed by GitHub
parent 962dc82bf2
commit ca3306e237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,25 +1,25 @@
<p align = 'center'> <div align = center>
<img src = 'docs/Logo.png' width = '300px'>
<br> <img src = docs/Logo.png width = 300>
<br>
<a href = './LICENSE'> <br>
<img src = 'https://img.shields.io/badge/License-GPLv3-blue.svg'> <br>
</a>
<br> [![Badge License]][License]
</p>
<br>
Self-hosted **Javascript** emulation for various system.
<p align = 'center'>
Self-hosted <b>Javascript</b> emulation for various system.
</p>
<p align = 'center'> **⸢ [Website] ⸥**
<a href = 'https://emulatorjs.ga/'><b>Website</b></a> **⸢ [Usage] ⸥**
<a href = 'docs/Usage.md'><b>Usage</b></a> **⸢ [Example] ⸥**
<a href = 'https://coldcast.org/games/1/Super-Mario-Bros'><b>Example</b></a> **⸢ [Demo] ⸥**
<a href = 'https://emulatorjs.ga/demo/'><b>Demo</b></a> ⸥  **⸢ [Beta] ⸥**
<a href = 'https://emulatorjs.ga/beta/'><b>Beta</b></a>
</p> </div>
<br> <br>
@ -51,7 +51,7 @@ EJS_BETA = true;
<br> <br>
<br> <br>
<h1 align = 'center'>Supported Systems</h1> <h1 align = center>Supported Systems</h1>
<br> <br>
@ -100,8 +100,18 @@ EJS_BETA = true;
<!-----------------------------------------------------------------------------> <!----------------------------------------------------------------------------->
[Badge License]: https://img.shields.io/badge/License-GPLv3-blue.svg
[License]: LICENSE
[Issue]: https://github.com/ethanaobrien/emulatorjs/issues [Issue]: https://github.com/ethanaobrien/emulatorjs/issues
[Example]: https://coldcast.org/games/1/Super-Mario-Bros
[Website]: https://emulatorjs.ga/
[Usage]: docs/Usage.md
[Demo]: https://emulatorjs.ga/demo/
[Beta]: https://emulatorjs.ga/beta/
[NES / Famicom]: docs/Systems/NES-Famicom.md [NES / Famicom]: docs/Systems/NES-Famicom.md
[SNES]: docs/Systems/SNES.md [SNES]: docs/Systems/SNES.md
[Nintendo 64]: docs/Systems/Nintendo%2064.md [Nintendo 64]: docs/Systems/Nintendo%2064.md