simvyn 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
@@ -8,27 +8,38 @@
8
8
  <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
9
9
  <link rel="preconnect" href="https://fonts.googleapis.com" />
10
10
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
11
- <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet" />
12
- <link href="https://cdn.jsdelivr.net/fontsource/fonts/cascadia-code@latest/latin-400-normal.woff2" as="font" type="font/woff2" crossorigin rel="preload" />
11
+ <link
12
+ href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
13
+ rel="stylesheet"
14
+ />
15
+ <link
16
+ href="https://cdn.jsdelivr.net/fontsource/fonts/cascadia-code@latest/latin-400-normal.woff2"
17
+ as="font"
18
+ type="font/woff2"
19
+ crossorigin
20
+ rel="preload"
21
+ />
13
22
  <style>
14
23
  @font-face {
15
- font-family: 'Cascadia Code';
24
+ font-family: "Cascadia Code";
16
25
  font-style: normal;
17
26
  font-weight: 400;
18
27
  font-display: swap;
19
- src: url('https://cdn.jsdelivr.net/fontsource/fonts/cascadia-code@latest/latin-400-normal.woff2') format('woff2');
28
+ src: url("https://cdn.jsdelivr.net/fontsource/fonts/cascadia-code@latest/latin-400-normal.woff2")
29
+ format("woff2");
20
30
  }
21
31
  @font-face {
22
- font-family: 'Cascadia Code';
32
+ font-family: "Cascadia Code";
23
33
  font-style: normal;
24
34
  font-weight: 600;
25
35
  font-display: swap;
26
- src: url('https://cdn.jsdelivr.net/fontsource/fonts/cascadia-code@latest/latin-600-normal.woff2') format('woff2');
36
+ src: url("https://cdn.jsdelivr.net/fontsource/fonts/cascadia-code@latest/latin-600-normal.woff2")
37
+ format("woff2");
27
38
  }
28
39
  </style>
29
40
  <title>simvyn</title>
30
- <script type="module" crossorigin src="/assets/index-CDbr1wGz.js"></script>
31
- <link rel="stylesheet" crossorigin href="/assets/index-CVvHSzZD.css">
41
+ <script type="module" crossorigin src="/assets/index-Du0XWZXh.js"></script>
42
+ <link rel="stylesheet" crossorigin href="/assets/index-DJAZnP1I.css">
32
43
  </head>
33
44
  <body>
34
45
  <div id="root"></div>