54 lines
1.4 KiB
HTML
54 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>TMR</title>
|
|
<link rel="shortcut icon" href="img/tmr3.png" type="image/x-icon"/>
|
|
<link rel="stylesheet" type="text/css" href="style/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" type="text/css" href="style/form.css"/>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="col-content">
|
|
<div id="index_top" class="ind_home">
|
|
|
|
<!--头部信息-->
|
|
|
|
</div>
|
|
<div class="article">
|
|
<div class="art_main art_main_con">
|
|
<div class="fuwenben" style="padding-bottom: 20px">
|
|
<h2 class="rgb_color"> </h2>
|
|
<div style="padding: 0 30px;line-height: 24px;text-align: justify;">
|
|
<!-- 消息文章-->
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<br clear="both">
|
|
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<!--底部菜单栏-->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="js/jquery.min.js"></script>
|
|
<script src="js/clipboard.js"></script>
|
|
<script src="js/return-top.js"></script>
|
|
<script src="js/jquery-ui.js"></script>
|
|
<script src="js/js.js"></script>
|
|
<script src="js/scientist.js"></script>
|
|
|
|
<script>
|
|
$(function(){
|
|
notice_index()
|
|
});
|
|
|
|
</script>
|
|
</html> |