Update index.html

This commit is contained in:
zyqunix 2025-01-20 18:56:57 +01:00 committed by GitHub
parent 8f274d9070
commit 7215ca769e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,8 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3D Tank with Blocks</title> <title>3D Cube Visualizer</title>
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
<style> <style>
body { body {
margin: 0; margin: 0;
@ -52,4 +53,4 @@
<script src="index.js"></script> <script src="index.js"></script>
</body> </body>
</html> </html>