fix web3 page
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-24 11:45:12 +02:00
parent e75d900935
commit 68f7adadb0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -42,7 +42,6 @@
</head> </head>
<body> <body>
{{#data}}
<header> <header>
<div id="scroll-banner"> <div id="scroll-banner">
<div id="scroll-text"> <div id="scroll-text">
@ -285,6 +284,5 @@
<script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script> <script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
<script src="js/web3.js"></script> <script src="js/web3.js"></script>
{{/data}}
</body> </body>
</html> </html>