update to work with DB main

This commit is contained in:
2024-04-03 02:26:38 -07:00
parent f0bd51ac88
commit 7c8c1635e5
12 changed files with 1326 additions and 788 deletions

View File

@ -1,6 +1,5 @@
<div class="content-section">
<br>
<br>
<h1>Error 404</h1>
<p>The requested resource <?= $_SERVER['REQUEST_URI']; ?> was not found on the server.</p>
<h1>Error 404</h1>
<p>The requested resource <?= $_SERVER['REQUEST_URI']; ?> was not found on the server.</p>
</div>

View File

@ -39,17 +39,23 @@
</div>
<div class="navbar-end">
@if (env('APP_REPOSITORY'))
<div class="navbar-item">
<img src="https://img.shields.io/github/forks/{{ env('APP_PACKAGE') }}?style=flat"/>
<img src="https://img.shields.io/github/stars/{{ env('APP_REPOSITORY') }}?style=flat"/>
</div>
@endif
@if (env('APP_REPOSITORY'))
<div class="navbar-item">
<img src="https://img.shields.io/github/stars/{{ env('APP_PACKAGE') }}?style=flat"/>
<img src="https://img.shields.io/github/forks/{{ env('APP_REPOSITORY') }}?style=flat"/>
</div>
@endif
@if (env('APP_NPMPACKAGENAME'))
<div class="navbar-item">
<img src="https://img.shields.io/npm/dt/{{ env('APP_NPMPACKAGENAME') }}?style=flat"/>
</div>
@endif
</div>
</div>
</nav>