Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-venher committed Nov 22, 2023
1 parent c813035 commit 3fe2dcf
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 44 deletions.
23 changes: 23 additions & 0 deletions assets/close-cef0fcd2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon-6da98bbe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 0 additions & 40 deletions assets/index-09ee31c4.js

This file was deleted.

53 changes: 53 additions & 0 deletions assets/index-a886f440.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-bfef8f9b.css

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

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

This file was deleted.

7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<script type="module" crossorigin src="/dijkstra-prim-visualization/assets/index-09ee31c4.js"></script>
<link rel="stylesheet" href="/dijkstra-prim-visualization/assets/index-e5fc9050.css">
<link rel="icon" href="/dijkstra-prim-visualization/assets/favicon-6da98bbe.png" />
<title>Dijkstra Prim Visualizer</title>
<script type="module" crossorigin src="/dijkstra-prim-visualization/assets/index-a886f440.js"></script>
<link rel="stylesheet" href="/dijkstra-prim-visualization/assets/index-bfef8f9b.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 3fe2dcf

Please sign in to comment.