Remove unused download link from about page and ensure proper newline at end of HTML files

This commit is contained in:
xgui4 2025-06-26 20:04:17 -04:00
parent fa5bff8b1d
commit 7523d2c364
3 changed files with 2 additions and 5 deletions

View File

@ -30,4 +30,4 @@ This project is licensed under the MIT License.
For questions or contributions, please open an issue or contact @metux. 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)

View File

@ -30,9 +30,6 @@
<li class="nav-item"> <li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a> <a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li> </li>
<li class="nav-item">
<a class="nav-link" href="download.html">Download</a>
</li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="drivers.html">Drivers</a> <a class="nav-link" href="drivers.html">Drivers</a>
</li> </li>

View File

@ -123,4 +123,4 @@
</div> </div>
</div> </div>
</footer> </footer>
</html> </html>