2025-03-28 09:49:56 +08:00

67 lines
2.3 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<title>邮美中国首页</title>
<link href="res/css/reset.css" rel="stylesheet">
<link href="res/css/css.css" rel="stylesheet">
<script src="res/js/jquery-2.1.4.min.js"></script>
<style type="text/css">
footer { width: 100%; margin: 20px auto 0 auto; background: #3b7007; }
#footer { position: absolute; bottom: 0px; height: 50px; font-size: 10pt; text-align:center; }
.icp { line-height: 30px; text-align: center; color:#fff; font-size:10pt; width:100%; margin:10px 0px;}
</style>
</head>
<body class="bodyclass">
<div class="logo">
<a href="index.html"></a>
</div>
<section class="catebox">
<a href="http://183.129.232.100:6060">
<div class="cate1 button-green">
<img src="res/images/ct2.png" />
<p>High speed relay network</p>
<p><strong>高速驿网</strong></p>
</div>
</a>
<a href="http://171.221.201.161:6060">
<div class="cate1 button-blue">
<img src="res/images/ct2.png" />
<p>Shu Yue Network</p>
<p><strong>蜀越驿网</strong></p>
</div>
</a>
<a href="http://222.85.144.45:8090">
<div class="cate1 button-orange">
<img src="res/images/ct2.png" />
<p>HenDa Company</p>
<p><strong>亨达公司</strong></p>
</div>
</a>
<a href="http://171.221.201.161:8090">
<div class="cate1 button-yellow">
<img src="res/images/ct2.png" />
<p>YiJa Network</p>
<p><strong>驿家高速</strong></p>
</div>
</a>
<a href="http://202.96.110.110:8090">
<div class="cate1 button-magenta">
<img src="res/images/ct2.png" />
<p>YiJa Network</p>
<p><strong>驿商平台</strong></p>
</div>
</a>
</section>
<script src="res/js/base.js"></script>
<footer id="footer">
<p class="icp">杭州牵软网络科技有限公司</p>
</footer>
</body>
</html>