-
Notifications
You must be signed in to change notification settings - Fork 7
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
Kevin Ngai
committed
Jun 12, 2024
0 parents
commit 307589d
Showing
17 changed files
with
578 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,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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.