-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground.html
More file actions
69 lines (66 loc) · 1.34 KB
/
Copy pathbackground.html
File metadata and controls
69 lines (66 loc) · 1.34 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<title>Background</title>
<link rel="stylesheet" type="text/css" href="animate.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor=#eeeeee>
<div class="bp">
<div class="container">
<header>
<div>
<div class="col2 float pad2 " >
<h2 class="logo">TRAVEL NEPAL</h2>
</div>
<div class="col6 float pad1">
</div>
<div class="col1 float pad1">
Destination
</div>
<div class="col1 float pad1">
Activities
</div>
<div class="col1 float pad1">
About
</div>
<div class="col1 float pad1">
Contact
</div>
</div>
<div>
<div class="col1 float pad1">
Home
</div>
<div class="col1 float pad1">
Rafting
</div>
<div class="col1 float pad1">
Trekking
</div>
<div class="col1 float pad1">
Bunjeeing
</div>
<div class="col7 float pad1">
</div>
<div class="col1 float pad1">
Search
</div>
</div>
</header>
<main>
<div class="col6 float ">
<img src="./img/9.png">
</div>
<div class="col6 float">
<img src="./img/1.png">
</div>
</main>
<footer>
<div>
</div>
</footer>
</div>
</div>
</body>
</html>