-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmessage.php
More file actions
executable file
·27 lines (27 loc) · 994 Bytes
/
Copy pathmessage.php
File metadata and controls
executable file
·27 lines (27 loc) · 994 Bytes
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
<div class="content-wrapper">
<section class="content-header">
<h1>欢迎关注微信公众号</h1>
</section>
<section class="content">
<div class="row">
<div class="col-lg-12">
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">关注方法</h3>
</div>
<div class="box-body">
<div class="col-lg-12">
<ul>
<li><p>方法一:微信搜索“中学成绩管理系统”(微信名称)或“phpcj_net”(微信号)</p></li>
<li><p>方法二:扫二维码加关注</p></li>
</ul>
<p align="center"><img src="images/weixin.png" style="max-width:300px;width:100%;max-height:300px;"></p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<?php
$pagename='中学成绩管理系统微信公众号开通';