Blame view

mobile/index.html 1.31 KB
a1684257   Administrator   first commit
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
  <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Auto Life</title>
  <meta http-equiv="Content-Type" content="application/xhtml+xml"/> 
  <meta http-equiv="cache-control" content="max-age=300" /> 
  <meta name = "viewport" content = "width = device-width" /> 
  <meta name="apple-mobile-web-app-capable" content="yes" />
  <link href="css.css" rel="stylesheet" media="all" />
  <style type="text/css">
  
  #fut{
  	margin:0;
  	padding:0;
  	width:100%}
  </style>
  </head>
  
  <body>
  <div id="all">
  <div id="logo">
  <img src="t_img/logo.jpg" width="100%" />
  </div>
  <div id="cont">
  <table border="0" align="center" width="100%">
  <tr>
  <td align="center"><a href="auto_v.html"><img src="t_img/vt.jpg" alt="Внешний тюнинг" /></a></td>
  <td align="center"><a href="auto_vn.html"><img src="t_img/it.jpg" alt="Тюнинг интерьера" /></a></td>
  </tr>
  <td align="center"><a href="aero.html"><img src="t_img/aero.jpg" alt="Аэрография" /></a></td>
  <td align="center"><a href="cont.html"><img src="t_img/cont.jpg" alt="Контакты" /></a></td>
  </tr>
  </table>
  </div>
  <div id="fut">
  <img src="t_img/fut.jpg" width="100%" />
  </div>
  </div>
  </body>
  </html>