40 lines
730 B
HTML
40 lines
730 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/new_page/new_page4.css">
|
|
<link rel="stylesheet" href="css/viewbox.css">
|
|
</head>
|
|
<style>
|
|
.center{
|
|
width: 1200px;
|
|
height: 560px;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
margin-top: 20px;
|
|
}
|
|
</style>
|
|
|
|
<body class="page_bg">
|
|
|
|
|
|
<header>
|
|
<article>
|
|
<div class="new_page4_header_logo"></div>
|
|
|
|
<div class="center">
|
|
<figure>
|
|
<img class="cen" src="images/定位监管.png" width="1200px" height="560px"/>
|
|
</figure>
|
|
</div>
|
|
</article>
|
|
</header>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
< |