You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
614 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Paste here.</title>
<style>
body {
font-family: sans-serif;
margin: auto;
padding: 2em;
}
textarea {
width: 100%;
}
#message {
background: #00ff6680;
display: none;
margin: 2em;
padding: 2em;
text-align: center;
}
</style>
</head>
<body>
<h1>Paste here.</h1>
<textarea id="output" name="output" cols="30" rows="10"></textarea>
<p id="message"></p>
<script src="src/cleanHTML.js"></script>
<script src="src/clipboard.js"></script>
</body>
</html>