-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
31 lines (31 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en" data-carbon-theme="boomerang">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" href="/favicon.ico" />
<title>Boomerang Flow</title>
<!--
____
/ __ )____ ____ ____ ___ ___ _________ _____ ____ _
/ __ / __ \/ __ \/ __ `__ \/ _ \/ ___/ __ `/ __ \/ __ `/
/ /_/ / /_/ / /_/ / / / / / / __/ / / /_/ / / / / /_/ /
/_____/\____/\____/_/ /_/ /_/\___/_/ \__,_/_/ /_/\__, /
/____/
-->
<script>
window.global = window
</script>
<script type="module" src="/src/index.tsx"></script>
</head>
<body>
<noscript>
Whoops. You need to enable JavaScript to run this app.
</noscript>
<div id="app"></div>
<div hidden>
<span id="new-window-aria-desc-0">Opens in a new tab</span>
</div>
</body>
</html>