2021-08-04 06:48:57 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-01-31 06:05:24 +00:00
|
|
|
<title>{{.data.organizationName}}</title>
|
2021-08-04 06:48:57 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2022-03-08 07:06:26 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2022-01-31 06:05:24 +00:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/app/favicon_io/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/app/favicon_io/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/app/favicon_io/favicon-16x16.png">
|
2021-08-04 06:48:57 +00:00
|
|
|
<title>Document</title>
|
2021-12-28 22:46:31 +00:00
|
|
|
<link rel="stylesheet" href="/app/build/index.css">
|
2021-08-04 06:48:57 +00:00
|
|
|
<script>
|
|
|
|
window.__authorizer__ = {{.data}}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2021-12-28 22:46:31 +00:00
|
|
|
<script type="module" src="/app/build/index.js"></script>
|
2021-08-04 06:48:57 +00:00
|
|
|
</body>
|
2021-12-28 23:51:24 +00:00
|
|
|
</html>
|