blob: 30a3987ff6351059673f95502638bc0d294c2952 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<script type="text/javascript">
window.SETTINGS = {
jwt: '{{jwt}}'
};
</script>
</head>
<body>
<div id="app" />
<script src="index.js"></script>
</body>
</html>
|