rsvp-reader/index.html

24 lines
694 B
HTML
Raw Normal View History

2019-09-14 09:35:14 +02:00
<html lang="en">
2019-10-18 15:17:12 +02:00
<head>
2019-10-18 06:51:50 +02:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
2019-09-14 09:35:14 +02:00
<title>Document</title>
2019-10-18 06:51:50 +02:00
<style>
</style>
2019-10-18 15:17:12 +02:00
</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>
2019-09-14 09:35:14 +02:00
2019-10-18 15:17:12 +02:00
<hr>
<rsvp-reader></rsvp-reader>
2019-09-14 09:35:14 +02:00
2019-10-18 06:51:50 +02:00
<script type="module" src="index.js"></script>
2019-10-18 15:17:12 +02:00
</body>
</html>