This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vacy/_layouts/downloads.html

19 lines
No EOL
560 B
HTML

{% include master/head.html %}
{% include master/header.html %}
<script src="/assets/js/tab-switcher.js"></script>
<banner>
<img src="/assets/images/Christmas with Friends.png">
</banner>
<div class="content">
<h1 id="for-banner">{{page.title}}</h1>
<section>
<h2>Credits</h2>
<p>If you use any of these assets, please be sure to credit me! You are free to use these in whatever way you'd like, enjoy!</p>
{{content}}
{% include master/footer.html %}
</div>
<style>
#Downloads {background: var(--blue-light);}
</style>