-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGuides.html
30 lines (30 loc) · 1.04 KB
/
Guides.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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8"/>
<title>Pixelmator Pro User Guides</title>
<meta name="author" content="mooring@codernote.club"/>
<meta name="description" content="Pixelmator Pro User Guides"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta http-equiv="refresh" content="10;url=./web/guide/1219/index.html" />
<style>
.learn {
width: 60em;
height: 40em;
margin: 0 auto;
text-indent: 2em;
background: url(./web/assets/bg_userguide--v1@2x.png) no-repeat center;
color: #1b83f5!important;
text-shadow: 1px 1px BLACK;
}
a:visited,a:hover,a:active{color: #1b83f5;font-weight:600;text-decoration:none;}
h1{padding-top:6em;}
</style>
</head>
<body>
<div class="learn">
<h1><a href="./web/guide/1219/index.html">[ Click Here ]</a> Start the User Guides</h1>
<h2>It will jump to the welcome page in 10 seconds</h2>
</div>
</body>
<html>