aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/app.html
blob: 40801775efe282a236c1145574449e483c1c927b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>

<head>
  <title>UIDev</title>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,800" rel="stylesheet">
  <style>
    * {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
    }
  </style>
</head>

<body>
  <div id="root"></div>
</body>
</html>