!DOCTYPE htmlhtmlhead meta charset=UTF-8 titleARP欺骗检测软件title link rel=stylesheet href=stylecssheadbody div id=index style=text-aligncenter; vertical-alignmiddle; h1ARP欺骗检测软件h1 div
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ARP欺骗检测软件</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="index" style="text-align:center; vertical-align:middle;">
<h1>ARP欺骗检测软件</h1>
<div style="display:inline-block; margin-top:20px;">
<a href="{{ url_for('register.html') }}" class="button">注册</a>
<a href="{{ url_for('login.html') }}" class="button">登录</a>
</div>
</div>
</body>
</html>
<style>
.button {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #4CAF50;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.button:hover {background-color: #3e8e41}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
</style
原文地址: https://www.cveoy.top/t/topic/fswr 著作权归作者所有。请勿转载和采集!