<!DOCTYPE html>
<html>
<head>
	<title>欢迎来到我的网站 - 引导页</title>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<style>
		body {
			background-color: #f2f2f2;
			font-family: Arial, sans-serif;
		}
		h1 {
			text-align: center;
			margin-top: 50px;
		}
		p {
			text-align: center;
			font-size: 20px;
			margin-top: 30px;
		}
		button {
			display: block;
			margin: 0 auto;
			margin-top: 50px;
			padding: 10px 20px;
			background-color: #4285f4;
			color: #fff;
			border: none;
			border-radius: 5px;
			font-size: 18px;
			cursor: pointer;
		}
		button:hover {
			background-color: #3367d6;
		}
	</style>
</head>
<body>
	<h1>欢迎来到我的网站</h1>
	<p>这是一个引导页,让您更好地了解我的网站</p>
	<button onclick="window.location.href='https://www.example.com'">进入网站</button>
</body>
</html>
欢迎来到我的网站 - 引导页

原文地址: https://www.cveoy.top/t/topic/lSmZ 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录