-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.asp
59 lines (55 loc) · 3.56 KB
/
product.asp
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
50
51
52
53
54
55
56
57
58
59
<!--#Include virtual = "/common.Asp"-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%=webtitle%></title>
<meta name="keywords" content="<%=webkeywords%>" />
<meta name="description" content="<%=webdescription%>" />
<meta name="author" content="xiyueta.com" />
<link rel='stylesheet' href='/web/css/iconfont.css'><!-- Animate.css动画演示 -->
<link rel='stylesheet' href='/web/css/font-awesome.min.css'><!--提供可缩放矢量图标 -->
<link rel='stylesheet' href='/web/css/animate.min.css'><!-- Animate.css动画演示 -->
<link rel='stylesheet' href='/web/css/bootstrap.css'><!-- bootstrap -->
<link rel='stylesheet' href='/web/css/swiper.min.css'><!-- 滑动特效插件 -->
<link rel='stylesheet' href='/web/css/owl.carousel.css'><!-- 幻灯片插件 -->
<link rel='stylesheet' href='/web/css/owl.theme.css'><!-- 幻灯片插件样式 -->
<script src="/web/js/jquery.js"></script><!-- 操作DOM -->
<script src="/web/js/jquery.imgauto.js"></script><!-- 图片自适应 -->
<script src='/web/js/jquery.kxbdMarquee.js'></script><!-- 无间断滚动内容 -->
<script src='/web/js/swiper.min.js'></script><!-- 滑动特效插件 -->
<script src='/web/js/owl.carousel.js'></script><!-- 幻灯片插件 -->
<script src='/web/js/wow.min.js'></script><!-- wow动画效果 -->
<script src='/web/js/jquery.lazyload.min.js'></script><!-- jQuery懒加载插件 -->
<script src='/web/js/clipboard.min.js'></script><!-- 复制内容 -->
<script>document.writeln("<script src=\'/api/webstat.asp?act=webstat&tourl="+escape(document.referrer)+"&url="+escape(window.location.href)+"&w="+escape(window.screen.width)+"&h="+escape(window.screen.height)+"&useragent="+escape(navigator.userAgent)+" \'><\/script>");</script>
<link rel='stylesheet' href='/tpl/TPL503A/style.css?n=u5C2g9j4U1r'>
</head>
<body>
<% onAutoAddDataToAccess=false %><!--
'''
(0 0)
+--------oOO-------(_)---------------------+
| |
| Powered By xiyueta - www.xiyueta.com |
| QQ:313801120 |
| Creation:2024-01-08 |
| xiyuetaCMS V1.3 |
| |
+----------------------------oOO-----------+
|__|__|
|| ||
ooO Ooo
-->
<script>console.log(" '''\n (0 0)\n +--------oOO-------(_)---------------------+\n | |\n | Powered By xiyueta - www.xiyueta.com |\n | QQ:313801120 |\n | Creation:2024-01-08 |\n | xiyuetaCMS V1.3 |\n | |\n +----------------------------oOO-----------+\n |__|__|\n || ||\n ooO Ooo\n")</script>
<!--#Include file = "tpl/TPL503A/tpl/topnav_005_Default.asp"-->
<!--#Include file = "tpl/TPL503A/tpl/banner_002.asp"-->
<!--#Include file = "tpl/TPL503A/tpl/search_003_Default.asp"-->
<!--#Include file = "tpl/TPL503A/tpl/page-product_001.asp"-->
<!--#Include file = "tpl/TPL503A/tpl/links_001_default_fenzhan.asp"-->
<!--#Include file = "tpl/TPL503A/tpl/weixin_001_default_kf.asp"-->
<!--#Include file = "tpl/TPL503A/tpl/footer_010_Default.asp"-->
<!--#Include file = "tpl/TPL503A/tpl/qq_003.asp"-->
</body>
</html>