UNPKG

859 BHTMLView Raw
1<!DOCTYPE html>
2<html class="no-js" lang="">
3<head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7
8 <title>Redux</title>
9 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/css/select2.min.css">
10
11 <style>
12 @import 'https://fonts.googleapis.com/css?family=Roboto';
13
14 * {
15 font-family: 'Roboto', sans-serif;
16 }
17
18 body {
19 background: #262228;
20 margin: 0;
21 padding: 0;
22 }
23
24 .main {
25 width: 50%;
26 margin: 0 auto;
27 padding-top: 100px;
28 }
29 </style>
30</head>
31<body>
32
33<div class="main">
34 <div id="app"></div>
35</div>
36<script src="example/lib/index.js"></script>
37</body>
38</html>
\No newline at end of file