feat(footer) added footer
This commit is contained in:
@@ -73,6 +73,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="w-full text-center py-4 mt-8">
|
||||||
|
<p class="text-sm text-gray-600">
|
||||||
|
© 2024 ltsNinja. Tous droits réservés.
|
||||||
|
<a href="https://github.com/itsmrval/ltsninja" target="_blank" rel="noopener noreferrer" class="text-blue-500 hover:text-blue-700 transition duration-300">
|
||||||
|
Code source
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const errorBox = document.getElementById('error');
|
const errorBox = document.getElementById('error');
|
||||||
const errorContent = document.getElementById('error-content');
|
const errorContent = document.getElementById('error-content');
|
||||||
|
|||||||
@@ -71,6 +71,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="w-full text-center py-4 mt-8">
|
||||||
|
<p class="text-sm text-gray-600">
|
||||||
|
© 2024 ltsNinja. Tous droits réservés.
|
||||||
|
<a href="https://github.com/itsmrval/ltsninja" target="_blank" rel="noopener noreferrer" class="text-blue-500 hover:text-blue-700 transition duration-300">
|
||||||
|
Code source
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const errorBox = document.getElementById('error');
|
const errorBox = document.getElementById('error');
|
||||||
const errorContent = document.getElementById('error-content');
|
const errorContent = document.getElementById('error-content');
|
||||||
|
|||||||
Reference in New Issue
Block a user