-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (25 loc) · 1.38 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nike About page</title>
<link href="css/inex.css"rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/js/all.min.js" integrity="sha512-8pHNiqTlsrRjVD4A/3va++W1sMbUHwWxxRPWNyVlql3T+Hgfd81Qc6FC5WMXDC+tSauxxzp1tgiAvSKFu1qIlA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="bootstrap/bootstrap.js"></script>
<link href="css/inex.css"rel="stylesheet">
</head>
<body>
<div style="background-color: whitesmoke;">
<ul>
<li><a class="Home" href="javascript/Home.html">home</a></li>
<li><a class="contact us " href=".html">contact us</a></li>
<li><a class="ABOUT active" href="about.html">about</a></li>
<li><a class="shopping" href="shopping.html"> shopping</a></li>
</ul>
</div>
<h1>Welcome to my about page</h1>
</body>
</html>