templates/index.html (view raw)
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6 <meta name="x-apple-disable-message-reformatting">
7 </head>
8 <body>
9 <p class="wrapper">
10 Test
11 </p>
12 </body>
13</html>
14<style>
15 body,table,thead,tbody,tr,td,img {
16 padding: 0;
17 margin: 0;
18 border: none;
19 border-spacing: 0px;
20 border-collapse: collapse;
21 vertical-align: top;
22 }
23
24 /* Add some padding for small screens */
25 .wrapper {
26 padding-left: 10px;
27 padding-right: 10px;
28 }
29
30 h1,h2,h3,h4,h5,h6,p {
31 margin: 0;
32 padding: 0;
33 padding-bottom: 20px;
34 line-height: 1.6;
35 font-family: serif;
36 }
37
38 p,a,li {
39 font-family: serif;
40 }
41
42 img {
43 width: 100%;
44 display: block;
45 }
46</style>