We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095dfd9 commit 6356d58Copy full SHA for 6356d58
example/amd-example.html
@@ -1,10 +1,7 @@
1
<!DOCTYPE html>
2
-<html>
+<html lang="en">
3
<head>
4
<script src="../dist.es5/msgpack.min.js"></script>
5
- <script>
6
- console.log(MessagePack);
7
- </script>
8
<style>
9
main {
10
width: 80%;
@@ -15,9 +12,7 @@
15
12
<body>
16
13
<main>
17
14
<h1>AMD for @msgpack/msgpack</h1>
18
- <pre><code><script src="https://unpkg.com/@msgpack/msgpack"></script>
19
- </code></pre>
20
-
+ <pre><code><script src="https://unpkg.com/@msgpack/msgpack"></script></code></pre>
21
<script src="./amd-example.js"></script>
22
</main>
23
</body>
0 commit comments