Files
2026-06-28 09:40:16 +08:00

37 lines
750 B
HTML

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Windows12 Online</title>
<meta http-equiv="refresh" content="0;url=https://win12.tech/boot.html">
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
background: #000;
overflow: hidden;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
color: #fff;
}
.small {
font-size: 14px;
margin-top: 10px;
opacity: 0.8;
}
</style>
</head>
<body>
<div>
<h1 style="text-align:center;">Windows12 Online</h1>
<div class="small" style="text-align:center;">正在跳转...</div>
</div>
</body>
</html>