Created
October 18, 2023 08:20
-
-
Save simonwuyts/c210e5c296f9fee72a208b31ffdb184e to your computer and use it in GitHub Desktop.
Red De Toekomst
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<script | |
src="https://www.googletagmanager.com/gtag/js?id=UA-1978395-3" | |
async | |
></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag() { | |
dataLayer.push(arguments); | |
} | |
gtag("js", new Date()); | |
gtag("config", "UA-1978395-3"); | |
</script> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Red De Toekomst</title> | |
<link | |
rel="stylesheet" | |
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" | |
/> | |
<script | |
type="module" | |
crossorigin | |
src="https://ds-red-de-toekomst.pages.dev/index.js" | |
></script> | |
<link | |
rel="stylesheet" | |
href="https://ds-red-de-toekomst.pages.dev/index.css" | |
/> | |
</head> | |
<body> | |
<div id="app"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment