-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst.php
More file actions
50 lines (43 loc) · 1.49 KB
/
Copy pathfirst.php
File metadata and controls
50 lines (43 loc) · 1.49 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
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="img.css">
<link rel="stylesheet" href="style1.css">
<link rel="stylesheet" href="foott.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>main page</title>
</head>
<body>
<nav>
<label class="logo">MAX BAZZAR</label>
<ul>
<li><a class="active" href="contact.html">ABOUT US</a></li>
<li><a class="active" href="login.php">LOGIN</a></li>
<li><a class="active" href="registration.php">REGISTER</a></li>
</ul>
</nav>
<div class="slider">
<div class="load">
</div>
<div class="content">
<div class="principal">
<h1>WELCOME</h1>
<p></p>
</div>
</div>
</div>
<section class="footer">
<div class="social">
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-snapchat"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
</div>
<p class="copyright">
teena @ 2021
</p>
</body>
</html>