Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 10, 2024
1 parent 5d80bcf commit 6ec4931
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
Binary file removed Moon.png
Binary file not shown.
Binary file added Moon.webp
Binary file not shown.
Binary file removed Sun.png
Binary file not shown.
Binary file added Sun.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/index-BYJLHoOV.js → assets/index-Br5T5Mqw.js

Large diffs are not rendered by default.

22 changes: 19 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<meta name="theme-color" content="#181b1b" />
<meta name="robots" content="index, follow" />
<title>SQLite Viewer</title>
<link
rel="preload"
href="https://raw.githubusercontent.com/vwh/sqlite-viewer/main/public/logo.webp"
as="image"
/>
<!-- Favicon and icons -->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
Expand Down Expand Up @@ -41,13 +46,24 @@
/>
<meta name="author" content="vwh" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
as="style"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
media="print"
onload="this.media='all'"
/>
<script type="module" crossorigin src="/sqlite-viewer/assets/index-BYJLHoOV.js"></script>
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
/>
</noscript>
<script type="module" crossorigin src="/sqlite-viewer/assets/index-Br5T5Mqw.js"></script>
<link rel="stylesheet" crossorigin href="/sqlite-viewer/assets/index-Bj9HezKS.css">
<link rel="manifest" href="/sqlite-viewer/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/sqlite-viewer/registerSW.js"></script></head>
<body>
Expand Down
Binary file modified logo.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion sw.js

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

0 comments on commit 6ec4931

Please sign in to comment.