pre release
This commit is contained in:
parent
31022358ed
commit
79de710800
40 changed files with 848 additions and 20 deletions
27
transfer/tshweb/download.html
Normal file
27
transfer/tshweb/download.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Third Culture Upload</title>
|
||||
<link rel="stylesheet" href="../styles/main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<br />
|
||||
<h2 class="page-title">{{.Filename}}</h2>
|
||||
<code>
|
||||
type: <b>{{.ContentType}}</b>
|
||||
size: <b>{{.ContentLength | format "#,###."}}</b> bytes
|
||||
</code>
|
||||
<br />
|
||||
<p class="dwn"><a href="{{.URLGet}}"> download</a></p>
|
||||
<div class="qrcode">
|
||||
<img src="data:image/png;base64,{{.QRCode}}" />
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue