EdgeOne_L7S_OC_FREE
tcp/80
edgeone-pages
tcp/443
Open service 43.174.247.38:80 · testweb.onestar.tech
2026-01-22 17:16
HTTP/1.1 301 Moved Permanently Location: https://testweb.onestar.tech/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 17:16:59 GMT EO-LOG-UUID: 11858238930694059884 EO-Cache-Status: Return Directly
Open service 43.174.247.38:443 · testweb.onestar.tech
2026-01-22 17:16
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 15:03:42 GMT
Etag: "2882f6cb98dec216656a46619a4eccaa"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 7914
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 17:16:56 GMT
EO-LOG-UUID: 18432325317747888802
EO-Cache-Status: Cache Hit
Page title: 我的酷炫网页 | 示例模板
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>我的酷炫网页 | 示例模板</title>
<style>
/* --- 1. CSS 样式部分 (美化网页) --- */
/* 全局重置 */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
/* 导航栏样式 */
header {
background: #333;
color: #fff;
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.logo {
font-size: 1.5rem;
font-weight: bold;
color: #4facfe;
}
.nav-links {
list-style: none;
display: flex;
}
.nav-links li {
margin-left: 20px;
}
.nav-links a {
color: #fff;
text-decoration: none;
transition: color 0.3s;
}
.nav-links a:hover {
color: #4facfe;
}
/* 英雄区域 (Hero Section) - 也就是首页大图 */
.hero {
background: linear-gradient(135deg, #00f260 0%, #0575E6 100%);
height: 80vh; /* 占据屏幕高度的80% */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 0 20px;
}
.hero h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.2rem;
margin-bottom: 2rem;
max-width: 600px;
}
.btn {
background: #fff;
color: #0575E6;
padding: 10px 30px;
border: none;
border-radius: 25px;
font-size: 1rem;
cursor: pointer;
font-weight: bold;
transition: transform 0.2s, box-shadow 0.2s;
text-decoration: none;
}
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
/* 内容区块样式 */
.container {
width: 90%;
max-width: 1200px;
margin: 50px auto;
}
.section-title {
text-align: center;
margin-bottom: 40px;
font-size: 2rem;
color: #2c3e50;
}
/* 特性卡片布局 (Flexbox) */
.features {
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap; /* 允许换行,适配手机 */
}
.card {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
flex: 1; /* 让卡片平均分配宽度 */
min-width: 250px;
text-align: center;
transition: 0.3s;
}
.card:hover {
transform: translateY(-10px);
}
.card h3 {
margin-bottom: 15px;
color: #0575E6;
}
/* 页脚 */
footer {
background: #2c3e50;
color: white;
text-align: center;
padding: 20px 0;
margin-top: 50px;
}
/* 移动端适配 */
@media (max-width: 768px) {
Open service 43.174.246.38:443 · testweb.onestar.tech
2026-01-22 17:16
HTTP/1.1 200 OK
Last-Modified: Thu, 22 Jan 2026 15:03:42 GMT
Etag: "2882f6cb98dec216656a46619a4eccaa"
Content-Type: text/html
Cache-Control: public, must-revalidate, max-age=0
Age: 15
Content-Length: 7914
Accept-Ranges: bytes
Connection: close
Server: edgeone-pages
Date: Thu, 22 Jan 2026 17:16:56 GMT
EO-LOG-UUID: 1684533713340847662
EO-Cache-Status: Cache Hit
Page title: 我的酷炫网页 | 示例模板
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>我的酷炫网页 | 示例模板</title>
<style>
/* --- 1. CSS 样式部分 (美化网页) --- */
/* 全局重置 */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f4f4f4;
}
/* 导航栏样式 */
header {
background: #333;
color: #fff;
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.logo {
font-size: 1.5rem;
font-weight: bold;
color: #4facfe;
}
.nav-links {
list-style: none;
display: flex;
}
.nav-links li {
margin-left: 20px;
}
.nav-links a {
color: #fff;
text-decoration: none;
transition: color 0.3s;
}
.nav-links a:hover {
color: #4facfe;
}
/* 英雄区域 (Hero Section) - 也就是首页大图 */
.hero {
background: linear-gradient(135deg, #00f260 0%, #0575E6 100%);
height: 80vh; /* 占据屏幕高度的80% */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 0 20px;
}
.hero h1 {
font-size: 3rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.2rem;
margin-bottom: 2rem;
max-width: 600px;
}
.btn {
background: #fff;
color: #0575E6;
padding: 10px 30px;
border: none;
border-radius: 25px;
font-size: 1rem;
cursor: pointer;
font-weight: bold;
transition: transform 0.2s, box-shadow 0.2s;
text-decoration: none;
}
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
/* 内容区块样式 */
.container {
width: 90%;
max-width: 1200px;
margin: 50px auto;
}
.section-title {
text-align: center;
margin-bottom: 40px;
font-size: 2rem;
color: #2c3e50;
}
/* 特性卡片布局 (Flexbox) */
.features {
display: flex;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap; /* 允许换行,适配手机 */
}
.card {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
flex: 1; /* 让卡片平均分配宽度 */
min-width: 250px;
text-align: center;
transition: 0.3s;
}
.card:hover {
transform: translateY(-10px);
}
.card h3 {
margin-bottom: 15px;
color: #0575E6;
}
/* 页脚 */
footer {
background: #2c3e50;
color: white;
text-align: center;
padding: 20px 0;
margin-top: 50px;
}
/* 移动端适配 */
@media (max-width: 768px) {
Open service 43.174.246.38:80 · testweb.onestar.tech
2026-01-22 17:16
HTTP/1.1 301 Moved Permanently Location: https://testweb.onestar.tech/ Content-Length: 0 Connection: close Server: EdgeOne_L7S_OC_FREE Date: Thu, 22 Jan 2026 17:16:59 GMT EO-LOG-UUID: 11660257182908265095 EO-Cache-Status: Return Directly