Compare commits
2 commits
08504cf64e
...
561ab77f65
Author | SHA1 | Date | |
---|---|---|---|
561ab77f65 | |||
6a6e542545 |
3 changed files with 8 additions and 7 deletions
|
@ -1,3 +1,4 @@
|
|||
{# Comment For Prettier <3 #}
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
@ -6,13 +7,13 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/css/main.css" rel="stylesheet" />
|
||||
<link href="/css/link.css" rel="stylesheet" />
|
||||
<script src="/scripts/file_label.js"></script>
|
||||
<script src="/scripts/link.js"></script>
|
||||
<script
|
||||
src="https://unpkg.com/htmx.org@2.0.2"
|
||||
integrity="sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script src="/scripts/file_label.js"></script>
|
||||
<script src="/scripts/link.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>NyaZoom<sup>2</sup></h1>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="form-wrapper">
|
||||
<div class="column-container">
|
||||
<div class="link-wrapper">
|
||||
<a id="link" href="/download/{{id}}"> "Download Now!" </a>
|
||||
<a id="link" href="/download/{{ id }}">Download Now!</a>
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
@ -18,7 +18,7 @@
|
|||
Copy to Clipboard
|
||||
</button>
|
||||
|
||||
<a href="/" class="return-button"> "Return to home" </a>
|
||||
<a href="/" class="return-button">Return to home</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
hx-swap="outerHTML"
|
||||
hx-delete="/link/{{ key }}"
|
||||
>
|
||||
"X"
|
||||
X
|
||||
</button>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue