-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (29 loc) · 1.17 KB
/
Copy pathindex.html
File metadata and controls
37 lines (29 loc) · 1.17 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
<!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>Document</title>
</head>
<body background="images/banner2.jpg">
<table width="100%" cellspacing="0">
<td width="55%">
<img src="images/logo.PNG" width="100px"></td>
<td align="left">
<a href="index.html">HOME</a>
<a href="form1.html">ABOUT US</a>
<a href="login.html">LOGIN</a>
<a href="contact.html">CONTACT US</a>
</td>
</table>
<br /><br /><br /><br />
<h1 align="center">
<font face="lato" color="#017bf5"size="7">EXPLORE THE WORLD</font>
</h1>
<h3 align="center">
<font face="lato" color="#017bf5" size="4">EXPLORE WITH US!!!</font>
</h3>
</body>
</html>