一个跳转链接清新页面样式

一个跳转链接的页面展示效果。
偶然访问一个网站,发现的这个,清新风格。好看,记录下来了。
源代码如下:
<!doctype html><html lang="zh"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>即将离开本站</title><meta name="robots" content="noindex, nofollow"><style>* {padding: 0;margin: 0;box-sizing: border-box;}body {background: #f8f9fa;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color: #495057;display: flex;justify-content: center;align-items: center;height: 100vh;}.container {background: #ffffff;padding: 30px;border-radius: 8px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);max-width: 500px;width: 100%;text-align: center;}.title {font-size: 24px;font-weight: 600;color: #007bff;margin-bottom: 15px;}.message {font-size: 16px;margin-bottom: 20px;line-height: 1.6;color: #6c757d;}.url {font-size: 18px;color: #007bff;word-wrap: break-word;margin-bottom: 25px;display: flex;justify-content: center;align-items: center;}.url img {margin-right: 10px;width: 20px;height: 20px;}.button {background-color: #007bff;color: white;border: none;padding: 12px 25px;font-size: 16px;border-radius: 30px;cursor: pointer;transition: background-color 0.3s;}.button:hover {background-color: #0056b3;}.footer {margin-top: 20px;font-size: 14px;color: #adb5bd;}.footer a {color: #007bff;text-decoration: none;}.footer a:hover {text-decoration: underline;}</style></head><body><div class="container"><img class="loading-img" src="https://wx2.vv1234.cn/sh-os1/2025/08/6abf205c2fa385fa3a91c7ef31eec8e6.png" alt="!"><div class="title">即将离开本站</div><div class="message">您即将离开本站,请注意您的帐号和财产安全。</div><div class="url"><!-- 只显示域名的 favicon,保持协议和端口 --><img src="https://favicon.cccyun.cc/https%3A%2F%2Fconsole.upyun.com" alt="网站图标"><strong>https://console.upyun.com/register/?invite=HyNLthSEM</strong></div><a href="https://console.upyun.com/register/?invite=HyNLthSEM" ><button class="button">继续访问</button></a><div class="footer"><p>如果您没有操作,链接将在 5 秒后自动跳转。</p></div></div></body></html>
演示地址: