Update README.md and sync files.

This commit is contained in:
Cody Cook 2024-05-06 21:48:35 -07:00
commit da93d643d9
11 changed files with 763 additions and 2 deletions

View file

@ -1,3 +1,23 @@
<section style="background-color: #eee;">
<div class="container py-5">
<div class="row">
<div class="col text-center">
<p><?php
// copyright
echo "&copy; 2008 - ";
echo date('Y');
echo " " . $locale['allrightsreserved'];
?></p>
</div>
</div>
<div class="row">
<div class="col text-center">
Created using <a href="https://gitea.threefifteen.info/cody/dj_mix_hosting_software">DJ Mix Hosting Software</a>
</div>
</div>
</div>
</section>
<script src="../js/bootstrap.bundle.min.js"></script>