Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgull committed Feb 26, 2024
1 parent ecb2d58 commit 0198069
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 15 deletions.
Binary file removed docs/assets/favicon-D4DtJJAi.ico
Binary file not shown.
Binary file added docs/assets/guitar-AUKtsq8u.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/index-Ag2BL5Bd.js

Large diffs are not rendered by default.

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

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

1 change: 0 additions & 1 deletion docs/assets/index-Ckn_NBez.js

This file was deleted.

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

This file was deleted.

16 changes: 4 additions & 12 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,16 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/chord-finder/assets/favicon-D4DtJJAi.ico" />
<link rel="shortcut icon" type="image/png" href="/chord-finder/assets/guitar-AUKtsq8u.png" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-1.7.1.min.css"/>

<style>
@media (max-width: 767px) {
body {
padding-left: 5px;
}
}
</style>

<title>Chords</title>
<script type="module" crossorigin src="/chord-finder/assets/index-Ckn_NBez.js"></script>
<link rel="stylesheet" crossorigin href="/chord-finder/assets/index-DphnYOjq.css">
<title>Chord Finder</title>
<script type="module" crossorigin src="/chord-finder/assets/index-Ag2BL5Bd.js"></script>
<link rel="stylesheet" crossorigin href="/chord-finder/assets/index-BpCjK7OU.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/src/assets/guitar.png" />
<link rel="shortcut icon" type="image/png" href="/src/assets/guitar.png" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"
rel="stylesheet"
Expand Down

0 comments on commit 0198069

Please sign in to comment.