This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
melodii/build/index.html

15 lines
333 B
HTML
Raw Normal View History

2019-02-09 01:34:04 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Melodii</title>
</head>
<body>
<div class="app"></div>
<!-- Webpack -->
<script src="./bundle.js"></script>
</body>
</html>