Skip to content

Commit

Permalink
deploy: d64f80c
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksalici committed Aug 27, 2023
1 parent b823358 commit 1e46eef
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 19 deletions.
2 changes: 1 addition & 1 deletion assets/index.964f7d4f.css → assets/index.6beecee1.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions assets/index.a0807787.js → assets/index.746d21c4.js

Large diffs are not rendered by default.

35 changes: 27 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-TCJ26JMX8T"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-TCJ26JMX8T");
</script>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap"
rel="stylesheet"
/>
<title>Weather Station App</title>
<script type="module" crossorigin src="/assets/index.a0807787.js"></script>
<link rel="stylesheet" href="/assets/index.964f7d4f.css">
<link rel="icon" href="/wslogo.svg" sizes="any" type="image/svg+xml">

<script type="module" crossorigin src="/assets/index.746d21c4.js"></script>
<link rel="stylesheet" href="/assets/index.6beecee1.css">
</head>
<body class="m-2">
<div id="app"></div>
Expand Down
88 changes: 88 additions & 0 deletions wslogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e46eef

Please sign in to comment.