mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-12-11 06:48:51 +00:00
Update index.html
This commit is contained in:
13
index.html
13
index.html
@@ -92,10 +92,21 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<p>© 2024 Awesome Nostr Resources. All rights reserved.</p>
|
<p>© 2025 nostr.net All rights reserved.</p>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- Add marked.js before your script -->
|
<!-- Add marked.js before your script -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||||
<script src="script.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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user