2023-02-26 10:47:03 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-02-27 20:11:25 -08:00
|
|
|
<title>$FileId</title>
|
2023-02-26 10:47:03 -08:00
|
|
|
|
2023-02-26 12:37:02 -08:00
|
|
|
<!--metaTags-->
|
2023-02-26 10:47:03 -08:00
|
|
|
|
2023-02-26 20:34:41 -08:00
|
|
|
<meta name="og:site_name" content="$Uploader">
|
2023-02-26 10:47:03 -08:00
|
|
|
<meta name="title" content="$FileName">
|
2023-02-26 20:34:41 -08:00
|
|
|
<meta name="description" content="$FileSize file on monofile $Version, the Discord-based file sharing service">
|
2023-02-26 10:47:03 -08:00
|
|
|
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="/static/style/downloads.css"
|
|
|
|
>
|
2023-02-27 20:11:25 -08:00
|
|
|
|
2023-05-11 17:59:49 -07:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="/auth/customCSS"
|
|
|
|
>
|
|
|
|
|
2023-02-27 20:11:25 -08:00
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/svg"
|
|
|
|
href="/static/assets/icons/file_icon.svg"
|
|
|
|
>
|
2023-02-27 21:12:17 -08:00
|
|
|
|
2023-02-26 10:47:03 -08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="appContent">
|
|
|
|
<div id="uploadWindow">
|
|
|
|
<h1>
|
|
|
|
$FileName
|
|
|
|
</h1>
|
|
|
|
<p style="color:#999999">
|
2023-02-26 20:34:41 -08:00
|
|
|
<span class="number">$FileSize</span> — uploaded by <span class="number">$Uploader</span>
|
2023-02-26 10:47:03 -08:00
|
|
|
</p>
|
|
|
|
|
2023-02-26 20:34:41 -08:00
|
|
|
<!--preview-->
|
2023-02-26 12:37:02 -08:00
|
|
|
|
2023-02-26 10:47:03 -08:00
|
|
|
<button style="position:relative;width:100%;top:10px;">
|
|
|
|
<a id="dlbtn" href="/file/$FileId" download="$FileName" style="position:absolute;left:0px;top:0px;height:100%;width:100%;"></a>
|
|
|
|
download
|
|
|
|
</button>
|
|
|
|
|
2023-02-27 15:20:40 -08:00
|
|
|
<div style="min-height:15px" />
|
2023-02-26 10:47:03 -08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
2022-09-26 22:09:38 -07:00
|
|
|
</html>
|