/ index.html
index.html
 1  <!doctype html>
 2  <html lang="en">
 3    <head>
 4      <meta charset="UTF-8" />
 5      <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
 6      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 7      <title>interactive-one-goal-many-journeys</title>
 8    </head>
 9    <body>
10      <main id="mock-main">
11        <h1>One goal, many journeys</h1>
12        <div id="app"></div>
13      </main>
14      <!-- Mock Odyssey so interactive loads here. -->
15      <script>
16        window.__ODYSSEY__ = {};
17      </script>
18      <script type="module" src="/src/main.ts"></script>
19    </body>
20  </html>