migrate app from svelte
This commit is contained in:
17
templates/components/footer.html
Normal file
17
templates/components/footer.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% macro footer(last_updated) %}
|
||||
<style>
|
||||
#footer {
|
||||
color: rgb(149, 166, 180);
|
||||
text-align: center;
|
||||
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
margin-top: 200px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="footer">
|
||||
Made by Evan Scherrer -- Last updated {{ last_updated }} <br>
|
||||
<i> No generative AI was used for the content of this website </i>
|
||||
</div>
|
||||
{%- endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user