diff --git a/examples/cdn-package/index.html b/examples/cdn-package/index.html new file mode 100644 index 0000000..12a49ce --- /dev/null +++ b/examples/cdn-package/index.html @@ -0,0 +1,28 @@ + + + + + + + + + \ No newline at end of file diff --git a/examples/cdn-package/readme.md b/examples/cdn-package/readme.md new file mode 100644 index 0000000..e3138e6 --- /dev/null +++ b/examples/cdn-package/readme.md @@ -0,0 +1,3 @@ +# doom-reactive-state Example: Load the script directly from a cdn + +Open the file `index.html` on the browser \ No newline at end of file diff --git a/examples/readme.md b/examples/readme.md index b54379c..5e28fbd 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -2,4 +2,5 @@ - [simple-counter-javascript](./simple-counter-javascript/) - [async-counter-typescript](./async-counter-typescript/) -- [reactive-state-nodejs](./reactive-state-nodejs/) \ No newline at end of file +- [reactive-state-nodejs](./reactive-state-nodejs/) +- [cdn-package](./rcdn-package/) \ No newline at end of file diff --git a/index.html b/index.html index a91e34f..41968fe 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,8 @@ - + - \ No newline at end of file