forked from ab-rasel/psdtohtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.26 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"/>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"/>
<title>Page title</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="top">
<div class="logo1">
<img src="images/logo1.jpg" alt="logo1.jpg"/>
</div>
<div class="logo2">
<img src="images/logo3.png" alt="logo1.jpg"/>
</div>
<div class="logo3">
<img src="images/logo2.png" alt="logo1.jpg"/>
</div>
</div>
<div class="mainbg">
<div class="content">
<h2>Enjoy more of thesun, sand and sea with</h2>
<h1>50% OFF</h1>
<h2>airfares to 37 destinations</h2>
</div>
</div>
</body>
</html>