Skip to content

Commit

Permalink
Deploying to gh-pages from @ e2710db 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Jul 16, 2024
1 parent 29b746b commit 1759e64
Show file tree
Hide file tree
Showing 11 changed files with 539 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/previews/pr-71/a16e82b96b0df653a20c7aa9fd2fed595baf5eec...d4ed3f122db6a3e33a949784c7df3a2fd1e77631/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/previews/pr-71/a16e82b96b0df653a20c7aa9fd2fed595baf5eec...d4ed3f122db6a3e33a949784c7df3a2fd1e77631/favicon.png" type="image/png" />
<link
rel="icon"
href="/previews/pr-71/a16e82b96b0df653a20c7aa9fd2fed595baf5eec...d4ed3f122db6a3e33a949784c7df3a2fd1e77631/favicon-dark.svg"
type="image/svg+xml"
media="(prefers-color-scheme: dark)"
/>
<link
rel="icon"
href="/previews/pr-71/a16e82b96b0df653a20c7aa9fd2fed595baf5eec...d4ed3f122db6a3e33a949784c7df3a2fd1e77631/favicon-dark.png"
type="image/png"
media="(prefers-color-scheme: dark)"
/>
<meta name="theme-color" content="#111" media="(prefers-color-scheme: dark)">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WATcloud Status</title>
<script type="module" crossorigin src="/previews/pr-71/a16e82b96b0df653a20c7aa9fd2fed595baf5eec...d4ed3f122db6a3e33a949784c7df3a2fd1e77631/assets/index-CfwXzEpl.js"></script>
<link rel="stylesheet" crossorigin href="/previews/pr-71/a16e82b96b0df653a20c7aa9fd2fed595baf5eec...d4ed3f122db6a3e33a949784c7df3a2fd1e77631/assets/index-Bja1muyd.css">

<body>
<script>
// This script prevents FOUC (flash of unstyled content) by setting the
// `dark` class and `color-scheme` meta attribute before the page is
// rendered.
// TODO: Add local storage call when implemented.
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.classList.toggle('dark', true);
document.documentElement.style.setProperty('color-scheme', 'dark');
}
</script>
<div id="root"></div>
</body>
</html>
Loading

0 comments on commit 1759e64

Please sign in to comment.