diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-09 17:49:57 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-09 17:49:57 +0800 |
commit | e4f90996af5972c09e80f31f66abc3fcb2c2e99c (patch) | |
tree | 0caac523dcbfa4e81b16b5b634ed9bf7ba8b3a4a /packages/react-docs-example/example/public/index.html | |
parent | 974c0d2b958b6770915c86ac231375cbe2ab7893 (diff) | |
download | dexon-sol-tools-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar dexon-sol-tools-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.gz dexon-sol-tools-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.bz2 dexon-sol-tools-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.lz dexon-sol-tools-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.xz dexon-sol-tools-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.tar.zst dexon-sol-tools-e4f90996af5972c09e80f31f66abc3fcb2c2e99c.zip |
Remove example from react-docs package to react-docs-example package
Diffstat (limited to 'packages/react-docs-example/example/public/index.html')
-rw-r--r-- | packages/react-docs-example/example/public/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/react-docs-example/example/public/index.html b/packages/react-docs-example/example/public/index.html new file mode 100644 index 000000000..fcc1c6e0c --- /dev/null +++ b/packages/react-docs-example/example/public/index.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Example Docs Page</title> + <link rel="stylesheet" href="/css/github-gist.css"> + <link rel="stylesheet" href="/css/basscss_responsive_custom.css"> + <link rel="stylesheet" href="/css/basscss_responsive_padding.css"> + <link rel="stylesheet" href="/css/basscss_responsive_margin.css"> + <link rel="stylesheet" href="/css/basscss_responsive_type_scale.css"> + <link rel="stylesheet" href="/css/material-design-iconic-font.min.css"> + <link rel="stylesheet" href="/css/roboto.css"> + <link rel="stylesheet" href="/css/roboto_mono.css"> +</head> + +<body style="margin: 0px; min-width: 355px; font-family: 'Roboto';"> + <!-- Main --> + <div id="app"></div> + <script type="text/javascript" crossorigin="anonymous" src="/bundle.js" charset="utf-8"></script> +</body> + +</html> |