- added new pasta type URL and automatic redirection endpoint

- added water.css styling
- added CL argument to set port
- added raw URL to pasta list
This commit is contained in:
Dániel Szabó 2022-04-23 16:47:36 +01:00
parent e8b0e3a482
commit f56ffa98e4
9 changed files with 251 additions and 120 deletions

View file

@ -1,6 +1,4 @@
{% include "header.html" %}
<a href="/rawpasta/{{pasta.idAsAnimals()}}">Raw Pasta</a>
<pre style="background: lightgray; border: 1px black solid; padding: 0.5rem; overflow: auto">
{{pasta}}
</pre>
{% include "footer.html" %}
<a href="/raw/{{pasta.idAsAnimals()}}">Raw Pasta</a>
<pre><code>{{pasta}}</code></pre>
{% include "footer.html" %}