LocChat/views/index.hbs

13 lines
218 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">
2021-11-22 16:21:53 -05:00
window.SETTINGS = {
jwt: '{{jwt}}'
};
2021-11-20 20:18:58 -05:00
</script>
2021-11-16 21:14:46 -05:00
</head>
<body>
<div id="app" />
<script src="index.js"></script>
</body>
</html>