aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/public/index.html
diff options
context:
space:
mode:
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>