aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/example/public/index.html
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-09 17:49:57 +0800
committerFabio Berger <me@fabioberger.com>2018-03-09 17:49:57 +0800
commite4f90996af5972c09e80f31f66abc3fcb2c2e99c (patch)
tree0caac523dcbfa4e81b16b5b634ed9bf7ba8b3a4a /packages/react-docs/example/public/index.html
parent974c0d2b958b6770915c86ac231375cbe2ab7893 (diff)
downloaddexon-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/public/index.html')
-rw-r--r--packages/react-docs/example/public/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/react-docs/example/public/index.html b/packages/react-docs/example/public/index.html
deleted file mode 100644
index fcc1c6e0c..000000000
--- a/packages/react-docs/example/public/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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>