emoji-picker-element/test/index.html

23 lines
380 B
HTML
Raw Normal View History

2020-05-08 23:59:22 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ad-hoc test</title>
2020-05-31 18:56:02 +02:00
<style>
.container {
height: 300px;
2020-06-01 04:25:38 +02:00
width: 400px;
2020-05-31 18:56:02 +02:00
}
</style>
2020-05-08 23:59:22 +02:00
</head>
<body>
<h1>Ad-hoc test</h1>
<div class="container">
<lite-emoji-picker></lite-emoji-picker>
</div>
2020-05-08 23:59:22 +02:00
<script type="module">
2020-06-04 05:12:43 +02:00
import '../index.js'
2020-05-08 23:59:22 +02:00
</script>
</body>
</html>