blob: 194d486fa7c5ec588efe2a74ba726d8a8a4411eb [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Soul Gateway</title>
<link rel="icon" href="/favicon.png" type="image/x-icon">
</head>
<body>
<div id="httpPath" style="display: none" th:text="<%='$'%>{domain}">${process.env.NODE_ENV === 'production' ? '' : 'http://localhost:9095'}</div>
<div id="root"></div>
</body>
</html>