datatrash/template/view.html

15 lines
310 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>
<textarea rows="20" cols="120" readonly>{text}</textarea>
2020-07-08 19:26:46 +00:00
</main>
</body>
</html>