- 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:
parent
e8b0e3a482
commit
f56ffa98e4
9 changed files with 251 additions and 120 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue