index.html 179 Bytes
Newer Older
Cole Bemis's avatar
Cole Bemis committed
1 2 3
<!DOCTYPE html>
<html lang="en">
<head>
4 5
  <meta charset="UTF-8">
  <title>Feather</title>
Cole Bemis's avatar
Cole Bemis committed
6 7
</head>
<body>
8
  <div id="app"></div>
9
  <script src="bundle.js"></script>
Cole Bemis's avatar
Cole Bemis committed
10 11
</body>
</html>