20 lines
455 B
HTML
20 lines
455 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Abyss - A minimalist pastebin webserver" />
|
|
<title>abyss paste</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>abyss paste</h1>
|
|
<a href="/last">
|
|
<button>last uploaded file</button>
|
|
</a>
|
|
</body>
|
|
|
|
</html>
|