Skip to content

Commit

Permalink
gh-pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngai committed Jun 12, 2024
0 parents commit 307589d
Show file tree
Hide file tree
Showing 17 changed files with 578 additions and 0 deletions.
66 changes: 66 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta
property="dcterms:modified"
title="W3CDTF"
content="2024-06-12T17:38:38.749Z"
/>
<meta
name="description"
content="MSC AniMet is a simple tool enabling users to interact with MSC Open Data weather data and create custom weather animations for any area in the world. The resulting animations can be downloaded and shared with a permalink."
/>
<link rel="icon" href="/msc-animet/favicon.ico" />
<title>msc-animet</title>
<script defer src="/msc-animet/js/chunk-vendors.58cb2035.js"></script><script defer src="/msc-animet/js/app.29100bfa.js"></script><link href="/msc-animet/css/chunk-vendors.606df3cd.css" rel="stylesheet"><link href="/msc-animet/css/app.41454aa5.css" rel="stylesheet"></head>
<body>
<noscript>
<strong
>We're sorry but msc-animet doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script>
var userLang = navigator.language || navigator.userLanguage;
if (userLang.startsWith("fr")) {
document
.querySelector('meta[name="description"]')
.setAttribute(
"content",
"AniMet du SMC est un outil simple permettant aux utilisateurs d'interagir avec les données météorologiques ouvertes du SMC et de créer des animations météorologiques personnalisées pour n'importe quelle région du monde. Les animations résultantes peuvent être téléchargées et partagées avec un permalien."
);
}
</script>
<!-- Matomo -->
<script>
var _paq = (window._paq = window._paq || []);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function () {
var u = "https://msc-analytics.ca/piwik/";
_paq.push(["setTrackerUrl", u + "matomo.php"]);
_paq.push(["setSiteId", "7"]);
var d = document,
g = d.createElement("script"),
s = d.getElementsByTagName("script")[0];
g.async = true;
g.src = u + "matomo.js";
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->

<!--
MSC AniMet
Version: 2.1.2
Build date: 2024-06-12T17:38:38.749Z
-->
</body>
</html>
1 change: 1 addition & 0 deletions css/app.41454aa5.css

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

5 changes: 5 additions & 0 deletions css/chunk-vendors.606df3cd.css

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.088756a8.woff2
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.27d2ebc4.woff
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.392a5bf8.ttf
Binary file not shown.
Binary file added fonts/materialdesignicons-webfont.daf3a4a8.eot
Binary file not shown.
Binary file added img/eccc_c_en.24ef265e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 307589d

Please sign in to comment.