-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse.php
63 lines (54 loc) · 1.92 KB
/
course.php
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
60
61
62
63
<?php
error_reporting(0);
define('IN_QY',true);
session_start();
require("include/common.inc.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<title>使用教程 - 爱分享</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width , initial-scale=1.0 , user-scalable=0 , minimum-scale=1.0 , maximum-scale=1.0" />
<link rel="stylesheet" href="css/css.css">
<style type="text/css">
.bot_main li.ico_1{
background:#F1901F;
}
</style>
</head>
<body id="activity-detail" class="zh_CN " style="margin-top:10px">
<div class="rich_media ">
<div class="rich_media_inner">
<h2 class="rich_media_title" id="activity-name">使用教程-爱分享</h2>
<div id="page-content">
<div id="img-content">
<div class="rich_media_content" id="js_content">
<img src="images/syjc1.jpg" width="100%">
<img src="images/syjc2.jpg" width="100%">
<img src="images/syjc3.jpg" width="100%">
<img src="images/syjc4.jpg" width="100%">
<img src="images/syjc5.jpg" width="100%">
<img src="images/syjc6.jpg" width="100%">
<img src="images/syjc7.jpg" width="100%">
<img src="images/syjc8.jpg" width="100%">
<img src="images/syjc9.jpg" width="100%">
<img src="images/syjc10.jpg" width="100%">
<img src="images/syjc11.jpg" width="100%">
<img src="images/syjc12.jpg" width="100%">
</div>
<br><br><br><br><br>
</div>
</div>
</div>
</div>
</div>
<br>
<? include('foot1.php');?>
</body>
</html>