feather/index.html

11 lines
179 B
HTML
Raw Normal View History

2017-01-24 09:57:25 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
2017-01-26 07:44:58 +03:00
<meta charset="UTF-8">
<title>Feather</title>
2017-01-24 09:57:25 +03:00
</head>
<body>
2017-01-29 09:19:59 +03:00
<div id="app"></div>
2017-01-29 00:55:50 +03:00
<script src="bundle.js"></script>
2017-01-24 09:57:25 +03:00
</body>
</html>