-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
36 lines (31 loc) · 1.2 KB
/
header.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
33
34
35
36
<html>
<body>
<title>EV Connect</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="website icon" type="png" href="ev logo.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<header>
<nav>
<h1>EV-Connect
<img src="ev logo.png" width="50px" height="50px">
</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Event Shopping</a></li>
<li><a href="vendors.html">Vendors</a></li>
<li><a href="form2.html">Vendor Registration</a></li>
<li><a href="newsletter.html">Subscribe</a></li>
<li><a href="/contact us/">Contact Us</a></li>
</ul>
</nav>
</header>
</body>
</html>