Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjopa committed Jul 10, 2023
1 parent 2eee415 commit d536713
Show file tree
Hide file tree
Showing 9 changed files with 102 additions and 64 deletions.
13 changes: 0 additions & 13 deletions asset-manifest.json

This file was deleted.

40 changes: 40 additions & 0 deletions assets/index-17651e47.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

62 changes: 61 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,61 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" type="image/svg+xml" href="/piano-flash-cards/favicon.svg"/><link rel="icon" type="image/png" href="/piano-flash-cards/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Practice memorizing notes with these treble and bass clef flash cards"/><link rel="apple-touch-icon" href="/piano-flash-cards/logo192.png"/><link rel="manifest" href="/piano-flash-cards/manifest.json"/><title>Piano Flash Cards</title><script defer="defer" src="/piano-flash-cards/static/js/main.69483e0a.js"></script><link href="/piano-flash-cards/static/css/main.09053c21.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><script async src="https://www.googletagmanager.com/gtag/js?id=G-9CBPKWQ157"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-9CBPKWQ157")</script><script>window.onload=function(){if("undefined"==typeof Symbol){var e=document.createElement("h1");e.setAttribute("style","text-align: center;"),e.textContent="Failed to load the Piano Flash Card application. Your browser is too old! Please try using a modern web browser.",document.querySelector("body").appendChild(e),gtag("event","exception",{description:"browser does not support ES6",fatal:!0})}}</script><div id="root"></div></body></html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/piano-flash-cards/favicon.svg" />
<link rel="icon" type="image/png" href="/piano-flash-cards/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Practice memorizing notes with these treble and bass clef flash cards"
/>
<link rel="apple-touch-icon" href="/piano-flash-cards/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/piano-flash-cards/manifest.json" />
<title>Piano Flash Cards</title>
<script type="module" crossorigin src="/piano-flash-cards/assets/index-17651e47.js"></script>
<link rel="stylesheet" href="/piano-flash-cards/assets/index-f58f191e.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

<!-- Google Analytics tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-9CBPKWQ157"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-9CBPKWQ157");
</script>

<script>
window.onload = function () {
var doesNotSupportES6 = typeof Symbol === "undefined";
if (doesNotSupportES6) {
var headingElement = document.createElement("h1");
headingElement.setAttribute("style", "text-align: center;");
headingElement.textContent =
"Failed to load the Piano Flash Card application. Your browser is too old! Please try using a modern web browser.";
document.querySelector("body").appendChild(headingElement);

gtag("event", "exception", {
description: "browser does not support ES6",
fatal: true,
});
}
};
</script>
<div id="root"></div>

</body>
</html>
6 changes: 0 additions & 6 deletions static/css/main.09053c21.css

This file was deleted.

1 change: 0 additions & 1 deletion static/css/main.09053c21.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions static/js/main.69483e0a.js

This file was deleted.

39 changes: 0 additions & 39 deletions static/js/main.69483e0a.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.69483e0a.js.map

This file was deleted.

0 comments on commit d536713

Please sign in to comment.