-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8">
<title>MrDesign plugins</title>
<meta name="description" content="This is a website selling Photoshop plug-ins.">
<meta name="keyword" content="photoshop,photoshop addons,ps add-ons,ps plug-in,photoshop plug-in,add-ons,cartoons effects,retouch,retouching,Skin Beauty Retouch,Shadow Tool,Photo Effects,ID Photo,Translation PSD,Add Watermark">
<link rel="icon" href="./image/icon.png">
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/prolist.css" />
<link rel="stylesheet" type="text/css" href="css/menu.css" />
<script src="./js/LIB_UI.js"></script>
<script src="./js/ui.js"></script>
<script src="./js/inti.js"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7671WCGRG7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7671WCGRG7');
</script>
<body>
<script src="./js/index.js"></script>
<script src="./js/banner_lb.js"></script>
</body>
</html>