LocChat/views/index.hbs
2021-11-20 18:18:58 -07:00

11 lines
188 B
Handlebars

<html>
<head>
<script type="text/javascript">
window.SETTINGS = {};
</script>
</head>
<body>
<div id="app" />
<script src="index.js"></script>
</body>
</html>