mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-14 05:59:53 +01:00
Add ring log + 429
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% package main %}
|
||||
{% func Index(animes []Anime) %}
|
||||
{% func Index(animes []Anime, log string) %}
|
||||
{% collapsespace %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -36,6 +36,10 @@ body { background-color: #1a1a1a; color: #fff; }
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
<h2>Log</h2>
|
||||
<pre>
|
||||
{%s log %}
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
{% endcollapsespace %}
|
||||
|
||||
Reference in New Issue
Block a user