emoji-mart-lazyload/example/index.html

12 lines
264 B
HTML
Raw Normal View History

2016-05-31 14:36:52 +00:00
<html>
<head>
<meta charset="utf-8">
2016-07-27 15:35:12 +00:00
<title>Emoji Mart | One component to pick them all</title>
<link rel="stylesheet" href="../css/emoji-mart.css">
2016-05-31 14:36:52 +00:00
</head>
<body>
<div></div>
<script src="../build/example.js"></script>
</body>
</html>