19 lines
No EOL
560 B
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> |