File size: 1,332 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en-US" translate="no">
  <head>
    <base href="/" />

    <!-- SEO -->
    <title>Reactive Resume - A free and open-source resume builder</title>
    <meta
      name="description"
      content="A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
    />

    <!-- Meta -->
    <meta charset="utf-8" />
    <meta name="googlebot" content="notranslate" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <!-- White Flash Prevention Script -->
    <script type="text/javascript" src="/scripts/initialize-theme.js"></script>

    <!-- Favicon -->
    <link
      rel="icon"
      type="image/svg+xml"
      href="/icon/dark.svg"
      media="(prefers-color-scheme: light)"
    />
    <link
      rel="icon"
      type="image/svg+xml"
      href="/icon/light.svg"
      media="(prefers-color-scheme: dark)"
    />

    <!-- Styles -->
    <link rel="stylesheet" href="/src/styles/main.css" />
  </head>
  <body class="bg-background text-sm text-foreground antialiased print:m-0 print:bg-white">
    <div id="root"></div>

    <!-- Scripts -->
    <script type="module" src="/src/main.tsx"></script>

    <!-- Phosphor Icons -->
    <script src="https://unpkg.com/@phosphor-icons/web"></script>
  </body>
</html>