23 lines
No EOL
698 B
HTML
23 lines
No EOL
698 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>.</title>
|
|
<script>
|
|
window._APP_ENV = {
|
|
gatewayBase: "wss://kittycatnetwork.hippoz.xyz/services/thebridge/gateway/",
|
|
apiBase: "https://kittycatnetwork.hippoz.xyz/services/thebridge/api/v1"
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p id="initial-loading">loading</p>
|
|
|
|
<script src="moduleruntime.js"></script>
|
|
<script src="GatewayClient.js"></script>
|
|
<script src="components.js"></script>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html> |