Give styling to "End of history"

This commit is contained in:
KnugiHK
2025-07-27 16:28:28 +08:00
parent 101e554413
commit 177b936b25

View File

@@ -587,11 +587,13 @@
{% endfor %} {% endfor %}
</div> </div>
<footer> <footer>
<h2 class="text-center"> {% if not next %}
{% if not next %} <div class="flex justify-center mb-6">
End of History <div class="bg-[#e1f2fb] rounded-lg px-3 py-2 text-sm text-[#54656f]">
{% endif %} End of History
</h2> </div>
</div>
{% endif %}
<br> <br>
Portions of this page are reproduced from <a href="https://web.dev/articles/lazy-loading-video">work</a> Portions of this page are reproduced from <a href="https://web.dev/articles/lazy-loading-video">work</a>
created and <a href="https://developers.google.com/readme/policies">shared by Google</a> and used created and <a href="https://developers.google.com/readme/policies">shared by Google</a> and used