1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-18 19:43:16 +00:00

Add footer and AdSense integration

This commit is contained in:
2025-07-02 16:21:29 +02:00
parent 78fb118c28
commit e9610bdb10
3 changed files with 48 additions and 5 deletions
+5
View File
@@ -4,6 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>XSLT Playground</title>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=%VITE_ADSENSE_CLIENT%"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>