FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-javascript/example/amd-example.html at main · false-spring/msgpack-javascript · GitHub
false-spring
/
msgpack-javascript
Public
forked from
msgpack/msgpack-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-javascript
/
example
/
amd-example.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 442 Bytes
Breadcrumbs
msgpack-javascript
/
example
/
amd-example.html
Copy path
File metadata and controls
19 lines (19 loc) · 442 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
script
src
="
../dist.es5+umd/msgpack.min.js
"
>
</
script
>
<
style
>
main
{
width
:
80
%
;
margin
:
20
px
auto;
}
</
style
>
</
head
>
<
body
>
<
main
>
<
h1
>
AMD for @msgpack/msgpack
</
h1
>
<
pre
>
<
code
>
<script src="https://unpkg.com/@msgpack/msgpack"></script>
</
code
>
</
pre
>
<
script
src
="
./amd-example.js
"
>
</
script
>
</
main
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL