this repo has no description

add plausible analytics

Changed files
+2
projects
+1
index.html
···
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/index.css">
+
<script defer data-domain="nelind.dk" src="https://plausible.nelind.dk/js/script.js"></script>
</head>
<body>
+1
projects/index.html
···
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="projects.css">
+
<script defer data-domain="nelind.dk" src="https://plausible.nelind.dk/js/script.js"></script>
</head>
<body>