-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
40 lines (35 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
33
34
35
36
37
38
39
40
<!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>Self_Defense | Home</title>
<link rel="shortcut icon" type="images" href="./src/images/logo/logo.jpg">
<!--Css file-->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<nav>
<img src="./src/images/logo/logobg.png" class="logo">
<ul>
<li><a href="#">Home</a></li>
<li><a href="./src/pages/cal.html">Calories</a></li>
<li><a href="./src/pages/fit.html">Fitness</a></li>
<li><a href="./src/pages/find.html">Find Me</a></li>
<li><a href="./src/pages/tour.html">Tourist</a></li>
</ul>
</nav>
<div class="line"></div>
<div class="row">
<div>
<div class="content">
<span><img src="./src/images/img.png"><h1>Self<br>Defense</h1></span>
<p>You can get more details about Self_Defense by exploring our official website </p>
</div>
</div>
</div>
</div>
</body>
</html>