-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathtest.html
31 lines (31 loc) · 1.26 KB
/
test.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
<html><head><meta http-equiv="Content-Type" content="text/plain; charset=utf-8; format=flowed; markup=markdown">
<style>a:hover {color:#0050a3;text-decoration:none}
blockquote:before {content:"“";font-size:40px;margin-left:-10px;font-family:georgia, serif;color:#eee}
@media screen and (min-width: 914px) {
body {
width: 854px;
margin: 10px auto
}
}
@media print {
body, code, pre code, h1, h2, h3, h4, h5, h6 {
color: black
}
table, pre {
page-break-inside: avoid
}
}</style>
</head><body style='background-color:white; color:#737373; font-family:"Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif; font-size:13px; line-height:18px; margin:10px 13px 10px 13px' bgcolor="white"><h1 style="margin:0; padding:0; color:#404040; line-height:36px; font-size:30px; margin-bottom:18px">Hello there</h1>
<p style="margin:0; padding:0; margin-bottom:9px"></p>
<h2 style="margin:0; padding:0; color:#404040; line-height:36px; font-size:24px">Things</h2>
<p style="margin:0; padding:0; margin-bottom:9px">Here are some things:
</p>
<ul>
<li>Thing 1</li>
</ul>
<p style="margin:0; padding:0; margin-bottom:9px"></p>
<ul>
<li>Thing 2</li>
</ul>
<p style="margin:0; padding:0; margin-bottom:9px">
</p></body></html>