datatrash/template/upload.html

20 lines
391 B
HTML
Raw Normal View History

2020-07-08 19:26:46 +00:00
<!DOCTYPE html>
<html>
<head>
<title>datatrash</title>
2020-07-09 17:27:24 +00:00
<meta charset="utf-8" />
2020-07-08 19:26:46 +00:00
<link href="/static/index.css" rel="stylesheet" />
</head>
<body>
<main>
2020-07-09 17:27:24 +00:00
<h1><a href="/">datatrash</a></h1>
2020-07-08 19:26:46 +00:00
<p>
Uploaded
<a href="http://localhost:8000/file/{id}">
http://localhost:8000/files/{id}
</a>
</p>
</main>
</body>
</html>