Add missing static routes for favicon, about and acknowledgments
This commit is contained in:
parent
d73166ef04
commit
2b1683700f
5 changed files with 147 additions and 2 deletions
19
templates/acknowledgments.html
Normal file
19
templates/acknowledgments.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Acknowledgments{% endblock title %}
|
||||
|
||||
{%- block body %}
|
||||
<h1>Acknowledgments</h1>
|
||||
|
||||
<p>en is only possible thanks to a number of projects and people:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://rust-lang.org/">The Rust Programing Language</a></li>
|
||||
<li><a href="https://tokio.rs/">Tokio</a> and
|
||||
<a href="https://github.com/tokio-rs/axum">Axum</a></li>
|
||||
<li><a href="https://keats.github.io/tera/">Tera</a></li>
|
||||
<li><a href="https://serde.rs/">Serde</a> and the
|
||||
<a href="https://github.com/toml-rs/toml">toml crate</a></li>
|
||||
</ul>
|
||||
|
||||
{%- endblock body %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue