UNPKG

747 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 margin: 0;
20 padding: 0;
21 }
22
23 #app{
24 width:40%;
25 margin: 0 auto;
26 padding-top:40px;
27 }
28 </style>
29</head>
30<body>
31
32<div id="app"></div>
33
34</body>
35</html>
\No newline at end of file