mirror of
https://github.com/Rushilwiz/mooreyoga.git
synced 2025-04-09 22:30:16 -04:00
34 lines
932 B
HTML
34 lines
932 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Moore Yoga</title>
|
|
<link rel="stylesheet" href="css/main.css">
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<div class="menu">
|
|
<div class="box"></div>
|
|
<div class="box"></div>
|
|
<div class="box"></div>
|
|
<div class="box"></div>
|
|
<div class="box"></div>
|
|
</div>
|
|
</nav>
|
|
|
|
<section class="hero">
|
|
<div class="background"></div>
|
|
<div class="text">Moore Yoga</div>
|
|
<div class="foreground"></div>
|
|
</section>
|
|
<!-- <section class="intro">
|
|
<h1>hi! I'm denise</h1>
|
|
</section>
|
|
<footer>
|
|
<p>© 2022 Moore Yoga</p>
|
|
</footer> -->
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html> |