-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (31 loc) · 1.12 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
<!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>Find My Event</title>
<link rel="stylesheet" type="text/css" href="./css/main.css" />
</head>
<body>
<div class="navbar">
<div>
<a href="./index.html" class="mainH">Find My Event</a>
</div>
<a href="./pages/login_project.html" class="navbarh">Profile</a>
<a href="#" class="navbarh">Tickets</a>
<a href="./pages/event.html" class="navbarh">Events</a>
<a href="./about.html" class="navbarh">About</a>
</div>
<br><br><br><br>
<div class="mainp">
<a class="para" href="#" id="style-2" data-replace="Reach out to the show "><span>Reach out to the show </span></a>
<br><br>
<a class="para" href="#" id="style-2" data-replace="Because we know you want it ..."><span>Because we know you want it ...</span></a>
</p>
</div>
<script>
alert("Welcome to the Ultimate Event Finder!");
</script>
</body>
</html>