Update index.html

This commit is contained in:
Aljaz
2025-03-24 15:48:57 -06:00
committed by GitHub
parent f39c534e24
commit 0e7cd50618

View File

@@ -92,10 +92,21 @@
</div>
<footer class="site-footer">
<p>&copy; 2024 Awesome Nostr Resources. All rights reserved.</p>
<p>&copy; 2025 nostr.net All rights reserved.</p>
</footer>
<!-- Add marked.js before your script -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="script.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E6V2R7B0KQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E6V2R7B0KQ');
</script>
</body>
</html>
</html>