Files
simple-food-diary/index.html
Julien Lengrand-Lambert 849e543614 Adds icons :)
2021-05-26 17:00:11 +02:00

30 lines
586 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Put your description here.">
<base href="/">
</head>
<style>
html,
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #ededed;
}
</style>
<title>simple-food-diary</title>
</head>
<body>
<simple-food-diary></simple-food-diary>
<script type="module" src="./out-tsc/src/simple-food-diary.js"></script>
</body>
</html>