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>
<meta charset="UTF-8">
<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">
</head>
<body>
<section>
<header>
<a href="#" class="logo">Water Wave.</a>
<a href="#" class="logo">It's Raining.</a>
<div class="toggle" onclick="menuToggle();"></div>
</header>
<div class="glass"></div>