Skip to content

Commit 0e56997

Browse files
committed
Updates
1 parent 1e8b63e commit 0e56997

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_posts/2025-11-29-eldritchv2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ author: Hulto
1515
<div style="max-width: 1200px; margin: 2rem auto; border: 2px solid #454545; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); position: relative;">
1616
<div id="repl-container" style="background: #1e1e1e; padding: 20px; min-height: 500px; max-height: 700px; overflow-y: auto;">
1717

18+
<!-- Google tag (gtag.js) -->
19+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZ8G47GCT4"></script>
20+
<script>
21+
window.dataLayer = window.dataLayer || [];
22+
function gtag(){dataLayer.push(arguments);}
23+
gtag('js', new Date());
24+
25+
gtag('config', 'G-ZZ8G47GCT4');
26+
</script>
27+
1828
<h1 style="color: #d4d4d4; font-family: monospace; font-size: 1.5rem; margin-top: 0;">Eldritch v0.3 REPL (WASM)</h1>
1929

2030
<div style="position: absolute; top: 10px; right: 10px; z-index: 1000;">

0 commit comments

Comments
 (0)