@anywhichway/nerd-editor
Version:
A JavaScript rich text editor based on and with support for custom elements.
11 lines • 364 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gravatar</title>
</head>
<body>
<script async src="https://cdn.jsdelivr.net/npm/blueimp-md5@2.19.0/js/md5.min.js" integrity="sha256-ZNfe04jFYuS96eWM4gXl+gG5c0/NQ01Jbre0+/6bkn0=" crossorigin="anonymous"></script>
<script type="module" src="./index.js"></script>
</body>
</html>