aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/public/index.html
blob: fcc1c6e0cd18a1d85cd52e1834f27e0a0855a5ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>