python-webgen/templates/footer.html

14 lines
1,013 B
HTML
Raw Normal View History

2025-03-11 21:03:39 -07:00
Contact me:<br/>
Sharkey <a href = "https://catwithaclari.net/@Chloe">@Chloe@catwithaclari.net</a>
Email <a href = "mailto:chloe@catwitaclari.net">chloe@catwithaclari.net</a><br/>
<a href="https://blog.catwithaclari.net/"><img src="/button.png" alt="A pink-purple-blue gradient with the text ChloeCat written in a fancy script font"/></a>
<a id="w3chtml" href="https://validator.w3.org/nu/?doc=https%3A%2F%2Fblog.catwithaclari.net%2F"><img src="https://www.w3.org/Icons/valid-html401.png" alt="WC3 HTML 4.01 Validated"/></a>
<a id="w3ccss" href="https://jigsaw.w3.org/css-validator/validator?uri=https%253A%252F%252Fblog.catwithaclari.net"><img src="https://www.w3.org/Icons/valid-css.png" alt="W3C CSS Validated"/></a>
<script>
href = document.location;
w3chtml = document.getElementById("w3chtml");
w3ccss = document.getElementById("w3ccss");
w3chtml.href = "https://validator.w3.org/nu/?doc=" + href;
w3ccss.href = "https://jigsaw.w3.org/css-validator/validator?uri=" + href;
</script>