-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
38 lines (37 loc) · 1.14 KB
/
Copy pathindex2.html
File metadata and controls
38 lines (37 loc) · 1.14 KB
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
37
38
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
</head>
<body>
<nav>
<div class="menu">
<div class="logo">
<img src="images/logo.png" alt="dc logo" width="60"
height="60" class="right-corner">
</div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="About us/my part IEEE-TEMS proj.html">About Us</a></li>
<li><a href="menu/menu.html">Menu</a></li>
</ul>
<div class="topnav">
<input type="text" placeholder="Search..">
</div>
</div>
</nav>
<div class="img">
<img src="images/opening_background.jpg" width="100%" height="auto" ></div>
<div class="center">
<div class="title">dc</div>
<div class="sub_title">where quality matters</div>
</div>
</div>
<footer>
<div class="end"><p>Copyright © 2023 dc</p></div>
</footer>
</body>
</html>