-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
49 lines (44 loc) · 1.43 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang='zh-CN'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0'>
<title>在线PS</title>
<meta name='keywords' content='在线ps,ps网页版,ps在线图片处理'>
<meta name='description' content='PS网页版是一款专业精简的在线ps图片处理软件,免下载、免安装,直接在浏览器打开网页版就可随时随地用它修正,调整和美化您的图片。'>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel='stylesheet' href='css/a.css'>
<link rel='stylesheet' href='css/font.css'>
<style>
h1 {
font-size: 2.5em;
margin: 0.7em 0;
letter-spacing: 0em;
}
strong {
display: inline-block;
font-size: 1.1em;
background: rgba(0, 0, 0, 0.1);
padding: 0.1em 0.5em;
margin: 0.2em 0.5em 0.2em 0;
border-radius: 0.3em;
font-weight: normal;
line-height: 1.7
}
</style>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
</head>
<body class='theme0'>
<div id='cap' style='display:none;'></div>
<div class='topfloat' style='display:none;'></div>
<script src='js/a.js'></script>
<script src='js/b.js'></script>
<script src='js/c.js'></script>
<script src='js/d.js'></script>
<script src='js/e.js'></script>
<script src='js/f.js'></script>
</body>
</html>