-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ian Harvey
committed
May 1, 2024
0 parents
commit b0df724
Showing
8 changed files
with
279 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=yes" | ||
/> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta name="description" content="" /> | ||
|
||
<script src="https://use.fontawesome.com/ba3dde78ee.js"></script> | ||
<link rel="manifest" href="/manifest.json" /> | ||
<title>Ajna by Example</title> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script | ||
async | ||
src="https://www.googletagmanager.com/gtag/js?id=UA-133759045-1" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || [] | ||
function gtag() { | ||
dataLayer.push(arguments) | ||
} | ||
gtag("js", new Date()) | ||
|
||
gtag("config", "UA-133759045-1") | ||
</script> | ||
<script type="module" crossorigin src="/assets/index-4e86577d.js"></script> | ||
<link rel="stylesheet" href="/assets/index-7c2e5380.css"> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<script> | ||
// This script tag here is, purposefully blocking the 1st render | ||
// to avoid background flashes on page load/reload | ||
// It does the bare minimum: checking the previous mode in the localStorage | ||
const theme = localStorage.getItem("theme") || "light" | ||
document.body.classList.add(theme) | ||
</script> | ||
<div id="root"></div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
solidity-by-example.org |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=yes" | ||
/> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta name="description" content="" /> | ||
|
||
<script src="https://use.fontawesome.com/ba3dde78ee.js"></script> | ||
<link rel="manifest" href="/manifest.json" /> | ||
<title>Ajna by Example</title> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script | ||
async | ||
src="https://www.googletagmanager.com/gtag/js?id=UA-133759045-1" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || [] | ||
function gtag() { | ||
dataLayer.push(arguments) | ||
} | ||
gtag("js", new Date()) | ||
|
||
gtag("config", "UA-133759045-1") | ||
</script> | ||
<script type="module" crossorigin src="/assets/index-4e86577d.js"></script> | ||
<link rel="stylesheet" href="/assets/index-7c2e5380.css"> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<script> | ||
// This script tag here is, purposefully blocking the 1st render | ||
// to avoid background flashes on page load/reload | ||
// It does the bare minimum: checking the previous mode in the localStorage | ||
const theme = localStorage.getItem("theme") || "light" | ||
document.body.classList.add(theme) | ||
</script> | ||
<div id="root"></div> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=yes" | ||
/> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta name="description" content="" /> | ||
|
||
<script src="https://use.fontawesome.com/ba3dde78ee.js"></script> | ||
<link rel="manifest" href="/manifest.json" /> | ||
<title>Ajna by Example</title> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script | ||
async | ||
src="https://www.googletagmanager.com/gtag/js?id=UA-133759045-1" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || [] | ||
function gtag() { | ||
dataLayer.push(arguments) | ||
} | ||
gtag("js", new Date()) | ||
|
||
gtag("config", "UA-133759045-1") | ||
</script> | ||
<script type="module" crossorigin src="/assets/index-4e86577d.js"></script> | ||
<link rel="stylesheet" href="/assets/index-7c2e5380.css"> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<script> | ||
// This script tag here is, purposefully blocking the 1st render | ||
// to avoid background flashes on page load/reload | ||
// It does the bare minimum: checking the previous mode in the localStorage | ||
const theme = localStorage.getItem("theme") || "light" | ||
document.body.classList.add(theme) | ||
</script> | ||
<div id="root"></div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"short_name": "React App", | ||
"name": "Create React App Sample", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |