LocChat/views/index.hbs

11 lines
188 B
Handlebars
Raw Normal View History

2021-11-16 21:14:46 -05:00
<html>
<head>
2021-11-20 20:18:58 -05:00
<script type="text/javascript">
window.SETTINGS = {};
</script>
2021-11-16 21:14:46 -05:00
</head>
<body>
<div id="app" />
<script src="index.js"></script>
</body>
</html>