Skip to content

Commit

Permalink
update latest frontend with pykoi title and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Nov 22, 2023
1 parent 2ce76b8 commit 83b79d7
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 70 deletions.
65 changes: 65 additions & 0 deletions pykoi/frontend/dist/assets/index-3b11fb1e.js

Large diffs are not rendered by default.

64 changes: 0 additions & 64 deletions pykoi/frontend/dist/assets/index-6c166968.js

This file was deleted.

1 change: 0 additions & 1 deletion pykoi/frontend/dist/assets/index-761f2ce2.css

This file was deleted.

1 change: 1 addition & 0 deletions pykoi/frontend/dist/assets/index-fc934c27.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions pykoi/frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎏</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte</title>
<script type="module" crossorigin src="/assets/index-6c166968.js"></script>
<link rel="stylesheet" href="/assets/index-761f2ce2.css">
<title>pykoi</title>
<script type="module" crossorigin src="/assets/index-3b11fb1e.js"></script>
<link rel="stylesheet" href="/assets/index-fc934c27.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 83b79d7

Please sign in to comment.