Skip to content

Instantly share code, notes, and snippets.

@simonwuyts
Created October 18, 2023 08:20
Show Gist options
  • Save simonwuyts/c210e5c296f9fee72a208b31ffdb184e to your computer and use it in GitHub Desktop.
Save simonwuyts/c210e5c296f9fee72a208b31ffdb184e to your computer and use it in GitHub Desktop.
Red De Toekomst
<!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,GRAD@20..48,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