LocChat/views/index.hbs
2021-11-22 14:21:53 -07:00

13 lines
218 B
Handlebars

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