1 | <!doctype html>
|
2 | <html>
|
3 | <head>
|
4 | <meta charset="utf-8">
|
5 | <title>React Component Playground</title>
|
6 | <style>
|
7 | html, body {
|
8 | margin: 0;
|
9 | padding: 0;
|
10 | }
|
11 | </style>
|
12 | <link rel="stylesheet" type="text/css" href="/css/slider.css" />
|
13 | <link rel="stylesheet" type="text/css" href="/css/slider-horizontal.css" />
|
14 | <link rel="stylesheet" type="text/css" href="/css/slider-vertical.css" />
|
15 | </head>
|
16 | <body>
|
17 | <div id="root"></div>
|
18 | <script src="/static/bundle.js"></script>
|
19 | </body>
|
20 | </html>
|