leilukin-site/src/_includes/main/my-button.html
Leilukin 74e6215d2f
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 43s
Convert Nunjucks templates to HTML files
2025-04-24 00:58:27 +08:00

13 lines
609 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>You can link to my website using my site button. I strongly recommend you to upload my site button to your own website instead of hotlinking the button.</p>
<div class="web-graphics my-btn">
<img src="/assets/leilukin/Leilukins-Hub-button-88x31.png" alt="Leilukin's Hub website button with 88×31 pixel size" width="88" height="31" loading="lazy">
<img src="/assets/leilukin/Leilukins-Hub-button-200x40.png" alt="Leilukin's Hub website button with 200×40 pixel size" width="200" height="40" loading="lazy">
</div>
{%- css %}
.my-btn {
align-items: center;
margin-top: 1em;
}
{% endcss %}