-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (180 loc) · 7.73 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>笔记云计算</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #ffffff;
color: #007bff;
margin: 0;
padding: 20px;
overflow-y: scroll;
}
.container {
max-width: 800px;
margin: 0 auto;
background-color: #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
border-radius: 8px;
}
h1 {
text-align: center;
color: #007bff;
}
h2 {
color: #007bff;
}
p {
line-height: 1.6;
margin-bottom: 10px;
}
.section {
margin-top: 40px;
}
.btn {
display: inline-block;
background-color: #007bff;
color: #ffffff;
border: 2px solid #007bff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s, color 0.3s;
margin-top: 10px;
}
.btn:hover {
background-color: #ffffff;
color: #007bff;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>笔记云计算</h1>
</header>
<section class="section">
<h2>公司简介</h2>
<p>笔记云计算是一家专注于提供非营利性云服务计算的公司。我们致力于利用先进的云技术,为个人、企业和组织提供高效、安全、可靠的云解决方案。</p>
<p>我们的使命是通过技术创新,帮助客户实现数字化转型,提升业务效率,降低运营成本。</p>
<p>无论您是需要简单的云存储服务,还是复杂的数据分析和处理需求,笔记云计算都能为您提供量身定制的解决方案。</p>
<p>我们的团队由技术专家和行业领先的分析师组成,致力于在云计算领域提供领先的服务和支持。</p>
<p>作为一家非营利性公司,我们的首要目标是满足客户需求,为用户提供最佳的云计算体验。</p>
</section>
<section class="section">
<h2>服务范围</h2>
<p>笔记云计算提供多种云服务,包括但不限于:</p>
<ul>
<li>安全的云存储和备份服务</li>
<li>弹性计算资源</li>
<li>数据分析和处理</li>
<li>虚拟化技术支持</li>
<li>云端应用开发与部署</li>
</ul>
<p>我们的服务覆盖个人用户、小型企业到大型组织,无论您的需求是什么规模,我们都能提供最适合的解决方案。</p>
</section>
<section class="section">
<h2>技术支持与安全性</h2>
<p>笔记云计算注重技术支持和安全性:</p>
<p>我们的技术支持团队24/7全年无休,随时为客户提供技术支持和帮助。</p>
<p>我们采用先进的加密技术和严格的安全控制措施,保护客户数据的安全和隐私。</p>
<p>我们的云服务平台经过多重认证和审计,确保满足行业标准和法规的要求。</p>
</section>
<!-- ...其他HTML代码... -->
<section class="section">
<h2>联系方式</h2>
<p>如果您有任何疑问或需要进一步了解我们的服务,请随时联系我们:</p>
<p>电话: 15773678272</p>
<p>邮箱: <a href="mailto:[email protected]">[email protected]</a></p>
<p>位置: 美国洛杉矶</p>
<p>注意:付款后请访问<a href="https://system32-edge.github.io/kzt" onclick="return promptForKey();">控制台</a></p>
</section>
<!-- ...其他HTML代码... -->
<script>
function promptForKey() {
var key = prompt("请输入密钥:");
if (key != null) {
// 如果用户输入了密钥,则可以进行后续操作,例如验证密钥
// 这里假设密钥验证成功后才允许跳转
if (key === 'ydnQWE1029') { // 假设正确密钥是'ydnQWE1029'
window.location.href = "https://system32-edge.github.io/kzt";
} else {
alert('密钥错误!');
}
}
return false; // 阻止默认的超链接跳转行为
}
</script>
<script>
// 创建新的按钮元素
var orderButton = document.createElement("a");
orderButton.classList.add("btn");
orderButton.href = "https://system32-edge.github.io/cp";
orderButton.textContent = "订购产品"; // 按钮名称为订购产品
orderButton.style.backgroundColor = "#007bff"; // 蓝色背景
orderButton.style.color = "#ffffff"; // 白色文字
orderButton.style.border = "2px solid #007bff"; // 蓝色边框
orderButton.style.marginTop = "10px";
orderButton.style.display = "inline-block";
orderButton.style.padding = "10px 20px";
orderButton.style.textDecoration = "none";
orderButton.style.borderRadius = "5px";
orderButton.style.transition = "background-color 0.3s, color 0.3s, border-color 0.3s"; // 添加border-color的过渡效果
// hover时的样式
orderButton.addEventListener("mouseover", function() {
orderButton.style.backgroundColor = "#ffffff"; // 白色背景
orderButton.style.color = "#007bff"; // 蓝色文字
orderButton.style.borderColor = "#007bff"; // 蓝色边框
});
// 鼠标离开时恢复原始样式
orderButton.addEventListener("mouseout", function() {
orderButton.style.backgroundColor = "#007bff"; // 蓝色背景
orderButton.style.color = "#ffffff"; // 白色文字
orderButton.style.borderColor = "#007bff"; // 蓝色边框
});
// 将按钮添加到页面上
var redirectSection = document.getElementById("redirectSection");
redirectSection.appendChild(orderButton);
</script>
</body>
</html>
</script>
<script>
// Create a new button element
var orderButton = document.createElement("a");
orderButton.classList.add("btn");
orderButton.href = "https://system32-edge.github.io/cp";
orderButton.textContent = "订购产品"; // Button text: 订购产品
orderButton.style.backgroundColor = "#007bff"; // Blue background
orderButton.style.color = "#ffffff"; // White text
orderButton.style.border = "2px solid #007bff"; // Blue border
orderButton.style.marginTop = "10px";
orderButton.style.display = "inline-block";
orderButton.style.padding = "10px 20px";
orderButton.style.textDecoration = "none";
orderButton.style.borderRadius = "5px";
orderButton.style.transition = "background-color 0.3s, color 0.3s, border-color 0.3s"; // Transition effects
// Hover styles
orderButton.addEventListener("mouseover", function() {
orderButton.style.backgroundColor = "#ffffff"; // White background
orderButton.style.color = "#007bff"; // Blue text
orderButton.style.borderColor = "#007bff"; // Blue border
orderButton.style.cursor = "pointer"; // Change cursor to pointer
});
// Restore original styles on mouseout
orderButton.addEventListener("mouseout", function() {
orderButton.style.backgroundColor = "#007bff"; // Blue background
orderButton.style.color = "#ffffff"; // White text
orderButton.style.borderColor = "#007bff"; // Blue border
});
// Append the button to the section with id "redirectSection" (you can adjust this based on your actual HTML structure)
var redirectSection = document.querySelector(".container"); // Assuming you want to add it to the main container
redirectSection.appendChild(orderButton);
</script>
</body>
</head>
</html>