aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/app.html
blob: 2557bf25ed94e8578bdf4ca37ce7e99bcbafe9f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>

<head>
  <title>UIDev</title>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,800" rel="stylesheet">
</head>

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