Update index.html

This commit is contained in:
Sam 2023-05-17 08:49:49 +03:00 committed by GitHub
parent e6ecfaa2a9
commit f8ac02ba7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
<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>Responsive Glassmorphism Website</title> <title>It's Raining</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<section> <section>
<header> <header>
<a href="#" class="logo">Water Wave.</a> <a href="#" class="logo">It's Raining.</a>
<div class="toggle" onclick="menuToggle();"></div> <div class="toggle" onclick="menuToggle();"></div>
</header> </header>
<div class="glass"></div> <div class="glass"></div>
@ -38,4 +38,4 @@
} }
</script> </script>
</body> </body>
</html> </html>