-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.09 KB
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en" data-theme="black">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="robots" content="index,follow" />
<title>/tmp/fup ─ Temporary file upload solution</title>
<meta name="description" content="Temporary file upload solution with 1-hour expiration" />
<meta name="og:type" content="website" />
<meta name="og:site_name" content="/var/tmp/azukashiic/fup/" />
<meta name="og:image" content="/icon.png" />
<meta name="twitter:image" content="/icon.png" />
<meta name="twitter:site" content="@azukashiic" />
<meta name="twitter:creator" content="@azukashiic" />
<link rel="canonical" href="https://tmp.micin.life" />
</head>
<body>
<div id="app" class="container max-w-full text-center px-10 lg:px-20"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>