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.
rsvp-reader/index.html

24 lines
694 B
HTML

5 years ago
<html lang="en">
<head>
5 years ago
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
5 years ago
<title>Document</title>
5 years ago
<style>
</style>
</head>
<body>
<textarea id="input">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Error fuga eos odit cupiditate harum quibusdam beatae recusandae aut asperiores, molestiae provident modi quia, atque dicta et earum sunt assumenda inventore.</textarea>
<button class="action" action="load" id="load">Load Text</button>
5 years ago
<hr>
<rsvp-reader></rsvp-reader>
5 years ago
5 years ago
<script type="module" src="index.js"></script>
</body>
</html>