Skip to content

Commit

Permalink
add missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Sep 20, 2024
1 parent 80b8875 commit c3f181f
Show file tree
Hide file tree
Showing 4 changed files with 8,099 additions and 27 deletions.
47 changes: 36 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cyn</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

<head>
<meta charset="UTF-8">
<link
rel="icon"
href="/favicon.ico"
>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
>
<title>Cyn</title>
<link
rel="preconnect"
href="https://fonts.googleapis.com"
>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin
>
<link
href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
>
</head>

<body>
<div id="app"></div>
<script
type="module"
src="/src/main.ts"
></script>
</body>

</html>
Loading

0 comments on commit c3f181f

Please sign in to comment.