Kumi
d20f1d2e1b
Optimized the footer HTML markup for better readability and web accessibility. Changes include the use of more semantic HTML, such as replacing `<center>` tags with CSS for centering content, and ensuring proper use of self-closing `<hr />` tags. This update aims to enhance maintainability and ensure a more inclusive user experience by adhering to modern web standards.
11 lines
237 B
HTML
11 lines
237 B
HTML
<footer class="text-center">
|
|
<hr />
|
|
<p>
|
|
<a href="https://git.private.coffee/PrivateCoffee/structables"
|
|
>Structables Code (AGPLv3)</a
|
|
>
|
|
</p>
|
|
<p>
|
|
<a href="/privacypolicy">View privacy policy.</a>
|
|
</p>
|
|
</footer>
|