@fitch-digital/fitch-create-app
Version:
Boilerplate templates for FITCH projects
18 lines (16 loc) • 464 B
HTML
<html>
<head>
<meta charset="UTF-8" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta content="utf-8" http-equiv="encoding" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
</head>
<body>
<div id="app"></div>
<script id="js-entrypoint" src="./client.js"></script>
</body>
</html>