Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Destroyer121 committed Oct 25, 2024
1 parent 446918b commit 2ddf7a0
Show file tree
Hide file tree
Showing 307 changed files with 42,364 additions and 16 deletions.
Binary file removed dist/assets/delta-CpCwpqCc.png
Binary file not shown.
File renamed without changes.
1 change: 1 addition & 0 deletions dist/assets/index-Bdvhel2n.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/index-C04FUmwV.css

This file was deleted.

6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/delta-CpCwpqCc.png" />
<link rel="icon" type="image/svg+xml" href="/delta.png" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Delta Simulations</title>
Expand All @@ -12,8 +12,8 @@
<meta property="og:url" content="https://www.deltasimulations.ca/" />
<meta property="og:image" content="https://www.deltasimulations.ca/public/delta.png" />

<script type="module" crossorigin src="/assets/index-D6fppaIy.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C04FUmwV.css">
<script type="module" crossorigin src="/assets/index-BH2ru3HQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bdvhel2n.css">
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="public/delta.png" />
<link rel="icon" type="image/svg+xml" href="/delta.png" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Delta Simulations</title>
Expand All @@ -15,6 +15,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.tsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
1 change: 1 addition & 0 deletions node_modules/.bin/gh-pages

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/gh-pages-clean

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ddf7a0

Please sign in to comment.