更新技术支持网站

This commit is contained in:
Dragon
2023-12-22 12:24:34 +08:00
parent 1bcf0c5d6e
commit 0acdf1d72c

View File

@@ -1,17 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>技术支持</title>
<style>
*{
* {
padding: 0;
margin: 0;
}
.bootom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #30312C;
color: #fff;
font-size: 0.71rem;
text-align: center;
padding: 1rem 0;
}
p{
margin-bottom: 0.3rem;
}
</style>
</head>
<body>
<img src="./bg.png" alt="" width="100%">
<div class="bootom">
<p>公司主体:南宁冰创网络科技有限公司</p>
<p>联系地址中国广西自由贸易试验区南宁片区庆林路16号天誉花园4号地块5号楼三层3442号</p>
</div>
</body>
</html>