Skip to content

Commit

Permalink
added codeowners and umami
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Jan 12, 2024
1 parent b0de049 commit 8cd518a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ocni-dtu
25 changes: 15 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/page-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DGNB Chart</title>
</head>
<body style="margin: 0px">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/page-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Create an aster plot of your DGNB score" />
<title>DGNB Chart</title>
<script async src="https://umami.kongsgaard.eu/script.js"
data-website-id="5fa281f9-fcba-47ab-85ed-d968c00def3a"></script>
</head>
<body style="margin: 0">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

0 comments on commit 8cd518a

Please sign in to comment.