forked from luyuting/TORCH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvice-success.php
32 lines (30 loc) · 1 KB
/
advice-success.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
<?php
include('check.php');
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>提交成功</title>
<link href="style/bootstrap.min.css" rel="stylesheet">
<link href="style/site.css" rel="stylesheet">
<link href="style/advice-success.css" rel="stylesheet">
<script src="script/jquery-1.11.1.min.js"></script>
<script src="script/bootstrap.min.js"></script>
</head>
<body>
<div class="wrap">
<div class="container">
<div class="success-head">
<p><img src="images/me.png">大连理工大学管理与经济学部校友会</p>
</div>
<div class="success-body">
<p><img src = "images/building.png"></p>
<p>亲爱的校友。您的反馈我们已经收到,我们将在一个工作日内给您回复。感谢您对大连理工大学管理经济学部校友会的支持,祝您工作顺利!</p>
</div>
</div>
</div>
<?php include('footer.html');?>
</body>
</html>