mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-01-12 10:14:21 +00:00
12 lines
339 B
HTML
12 lines
339 B
HTML
<!doctype html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Upload success!</h1>
|
|
<div class="indent">
|
|
<p id="downloadLink" >File located at <a id="file_link" href="/download/{{ link }}">/download/{{ link }}<a>
|
|
<p><a href="/qr/{{ link }}"> QR Code link </a> </p>
|
|
</div>
|
|
</body>
|