21 lines
No EOL
581 B
HTML
21 lines
No EOL
581 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>Keep in mind that some of these assets may be broken/not updated!
|
|
Also, please credit me if you use these assets, thanks!
|
|
</p>
|
|
{{content}}
|
|
{% include master/footer.html %}
|
|
</div>
|
|
<style>
|
|
#Downloads {background: var(--blue-light);}
|
|
</style> |