Remove unused download link from about page and ensure proper newline at end of HTML files
This commit is contained in:
parent
fa5bff8b1d
commit
7523d2c364
|
@ -30,4 +30,4 @@ This project is licensed under the MIT License.
|
|||
|
||||
For questions or contributions, please open an issue or contact @metux.
|
||||
|
||||
### Made by [@xgui4](https://github.com/xgui4) and [@ChocodeerZyNX](https://github.com/ChocodeerZyNX)
|
||||
### Made by [@xgui4](https://github.com/xgui4) and [@ChocodeerZyNX](https://github.com/ChocodeerZyNX)
|
|
@ -30,9 +30,6 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="download.html">Download</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="drivers.html">Drivers</a>
|
||||
</li>
|
||||
|
|
|
@ -123,4 +123,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in New Issue