-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·94 lines (74 loc) · 2.25 KB
/
Copy pathindex.html
File metadata and controls
executable file
·94 lines (74 loc) · 2.25 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Gold's Gyms SoCal</title>
<link rel="stylesheet" href="stylesheets/master.min.css" />
</head>
<style type="text/css">
/* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
body{
margin:0;
padding:0;
}
img{
border: 0 none;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
}
a img{
border:0 none;
}
.imageFix{
display:block;
}
td{
line-height: 1;
}
/* for outlook 2013 */
table td { mso-line-height-rule: exactly; }
table, td{
border-collapse:collapse;
}
</style>
<body>
<div class="wrapper">
<table width="650" height="500" class="main-table" align="center"cellpadding="0" cellspacing="0">
<tr width="300" height="100" style="">
</tr>
<tr width="500" height="50" align="center" cellpadding="0" cellspacing="0" col-span="3">
<td></td>
<td width="500" colspan="2" align="center" style="">WELCOME</td>
<td></td>
</tr>
<tr width="200" height="50" align="center" cellpadding="0" cellspacing="0">
<td></td>
<td colspan="2" width="100" style="">TO</td>
<td></td>
</tr>
<tr width="500" height="50" align="center" cellpadding="0" cellspacing="0">
<td></td>
<td width="500" colspan="2" style="">GOLD's GYM</td>
<td></td>
</tr>
<tr width="200" height="50" align="center" cellpadding="0" cellspacing="0">
<td></td>
<td width="40" style=""></td>
<td></td>
</tr>
<!-- empty line (5th) -->
<!-- <tr width="300" height="500" style="">
</tr> -->
<!-- line 6th -->
<tr class="sixth" width="600" height="100" style="">
<td colspan="1">LOGO</td>
<td colspan="3">PROMOTION</td>
</tr>
</table>
<!-- here -->
</div>
</body>
</html>