-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvid.html
44 lines (25 loc) · 1.05 KB
/
vid.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
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Blossoms Flower Shop</title>
<link rel="icon" href="picture/logo.png" type="image">
<link rel="stylesheet" type="text/css" href="css/category.css">
<link rel="stylesheet" type="text/css" href="css/pic.css">
<script src="http://code.jquery.com/jquery-3.2.1.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a href="index.html"><img src="picture/logo.png" width="180px" height="100px" align="left" style="position:absolute; margin-top:-30px; margin-left:20px;">
<div class="navbar">
<a href="index.html">Home</a>
<a href="category.html">Products</a>
<a class="active" href="">Videos</a>
<a href="contak.html">Contact Us</a>
<a href="adminlogin.html" style="float: right; margin-right: 20px;">Logout</a>
</div>
<div class="container" style="margin-top: 40px;">
<class="box filter all">
<a href="description/video1.html"><img src="picture/pv1.jpg" class="box filter video">
</div>
</body>
</html>