A website for temporary file- or text hosting
https://trash.ctdo.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
740 B
29 lines
740 B
<!DOCTYPE html> |
|
<html lang="de-DE"> |
|
<head> |
|
<title>datatrash</title> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
<link href="/static/index.css" rel="stylesheet" /> |
|
</head> |
|
<body> |
|
<main> |
|
<h1><a href="/">datatrash</a></h1> |
|
<p>link: <a id="link" href="{link}">{link}</a></p> |
|
<button id="copy" data-copy="#link" class="main button hidden"> |
|
link kopieren |
|
</button> |
|
</main> |
|
<footer> |
|
<a |
|
class="repo" |
|
href="https://git.ctdo.de/neri/datatrash" |
|
target="_blank" |
|
rel="noopener noreferrer" |
|
> |
|
repo |
|
</a> |
|
</footer> |
|
<script src="/static/copy.js"></script> |
|
</body> |
|
</html>
|
|
|