-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoptions.html
33 lines (29 loc) · 847 Bytes
/
options.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
<!doctype html>
<head>
<title>MarkView</title>
<style>
h1, h3 { color: blue;}
body {
font-family: sans-serif;
position: absolute;
top: 10px;
left: 50px;
padding-bottom: 20px;
}
</style>
</head>
<body>
<h1>About MarkView</h1>
<div>
<img src="images/promo-1.png"/>
</div>
<div>
<h3>MarkView Information</h3>
<ul>
<li><a href="https://chrome.google.com/webstore/detail/markview/iaddkimmopgchbbnmfmdcophmlnghkim">MarkView at Chrome Web Store</a></li>
<li><a href="http://shaneweng.com/blog/view-markdown-file-with-markview", target="_blank">Basic Features and Test Sample</a></li>
<li><a href="http://shaneweng.com/blog/markview-advanced-features", target="_blank">Advance Features and Test Samples</a></li>
</ul>
</div>
</body>
</html>