Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions explainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
::selection { background: var(--accent); color: var(--bg); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
</style>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body class="explainer-page">
<main class="explainer-shell" data-explainer-shell>
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,10 @@

</style>
<link rel="stylesheet" href="assets/explainers.css">
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>

Expand Down
4 changes: 4 additions & 0 deletions profiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
}
</style>
<link rel="stylesheet" href="assets/profiler.css">
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body class="profiler-page">
<main class="profiler-shell">
Expand Down
Loading