blob: 9428e23e9f9a38def56e9d0bff253d478ae37070 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>Calorie Counter</title>
<link rel="stylesheet" href="app.css">
</head>
<body>
<div id="container"></div>
<script src="bundle.js"></script>
</body>
</html>
|