-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="logo.jpg.crdownload" alt="" width="100px" height="100px";>
</div>
<h1>EDUWAVE</h1>
</nav>
<div class="content">
<h4>Welcome to our Hotel Booking Website</h4>
<p>Revolutionize learning journeys with Eduwave where
technology and education converge to inspire, engage, and elevate
every student's academic experience.Dive into engaging courses, personalized lessons, and innovative resources tailored to unleash your full potential. Join a community where knowledge knows no bounds, and curiosity sparks endless possibilities.</p>
<p>Explore Now for a Future of Limitless Learning!</p>
<div class="container">
<button class="log" type="button">
<a href='book.html' class="button">Book a Hotel</a>
</button>
<button class="log" type="button">
<a href='admin.html' class="button">Admin Dashboard</a>
</button>
</div>
</div>
</header>