mirror of
https://github.com/tjy-gitnub/win12.git
synced 2026-08-29 00:41:17 +08:00
37 lines
768 B
HTML
37 lines
768 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-online.github.io/win12/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>
|