Spaces:
Running
Running
Update index.html
Browse files- index.html +150 -49
index.html
CHANGED
@@ -1,57 +1,158 @@
|
|
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 |
<script>
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
|
50 |
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
|
|
56 |
}
|
57 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="ru">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8" />
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>CyberSearch v1.3.37</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
background-color: #0a0a0a;
|
10 |
+
color: #00ff00;
|
11 |
+
font-family: 'Courier New', monospace;
|
12 |
+
margin: 0;
|
13 |
+
padding: 20px;
|
14 |
+
overflow-x: hidden;
|
15 |
+
}
|
16 |
+
/* Анимация для глитч-эффекта */
|
17 |
+
.glitch {
|
18 |
+
text-align: center;
|
19 |
+
animation: glitch 1s infinite;
|
20 |
+
text-shadow: 2px 2px #ff00ff;
|
21 |
+
}
|
22 |
+
/* Стили для консольных блоков */
|
23 |
+
.console {
|
24 |
+
border: 3px solid #00ff00;
|
25 |
+
padding: 20px;
|
26 |
+
margin: 20px auto;
|
27 |
+
max-width: 800px;
|
28 |
+
border-radius: 5px;
|
29 |
+
box-shadow: 0 0 15px #00ff0080;
|
30 |
+
}
|
31 |
+
/* Стили для input-элементов */
|
32 |
+
input {
|
33 |
+
background: #000;
|
34 |
+
border: 2px solid #00ff00;
|
35 |
+
color: #00ff00;
|
36 |
+
padding: 10px;
|
37 |
+
width: 70%;
|
38 |
+
margin: 10px;
|
39 |
+
font-size: 16px;
|
40 |
+
text-transform: uppercase;
|
41 |
+
}
|
42 |
+
input:focus {
|
43 |
+
outline: none;
|
44 |
+
box-shadow: 0 0 10px #00ff00;
|
45 |
+
}
|
46 |
+
/* Стили для кнопок */
|
47 |
+
button {
|
48 |
+
background: #000;
|
49 |
+
border: 2px solid #00ff00;
|
50 |
+
color: #00ff00;
|
51 |
+
padding: 10px 30px;
|
52 |
+
cursor: pointer;
|
53 |
+
transition: all 0.3s;
|
54 |
+
position: relative;
|
55 |
+
overflow: hidden;
|
56 |
+
}
|
57 |
+
button:hover {
|
58 |
+
background: #00ff00;
|
59 |
+
color: #000;
|
60 |
+
text-shadow: 0 0 5px #000;
|
61 |
+
}
|
62 |
+
/* Стили для селектов */
|
63 |
+
select {
|
64 |
+
background: #000;
|
65 |
+
border: 2px solid #00ff00;
|
66 |
+
color: #00ff00;
|
67 |
+
padding: 10px;
|
68 |
+
margin: 10px;
|
69 |
+
font-size: 16px;
|
70 |
}
|
71 |
+
/* Стили для сканирующей линии */
|
72 |
+
.scan-line {
|
73 |
+
position: fixed;
|
74 |
+
width: 100%;
|
75 |
+
height: 2px;
|
76 |
+
background: linear-gradient(
|
77 |
+
to bottom,
|
78 |
+
transparent 0%,
|
79 |
+
#00ff0080 50%,
|
80 |
+
transparent 100%
|
81 |
+
);
|
82 |
+
animation: scan 4s linear infinite;
|
83 |
+
pointer-events: none;
|
84 |
+
}
|
85 |
|
86 |
+
/* Стили для оверлея загрузки */
|
87 |
+
.spinner-overlay {
|
88 |
+
position: fixed;
|
89 |
+
top: 0;
|
90 |
+
left: 0;
|
91 |
+
width: 100%;
|
92 |
+
height: 100%;
|
93 |
+
background-color: rgba(128, 128, 128, 0.8);
|
94 |
+
color: white;
|
95 |
+
display: flex;
|
96 |
+
justify-content: center;
|
97 |
+
align-items: center;
|
98 |
+
z-index: 1000;
|
99 |
+
opacity: 0;
|
100 |
+
pointer-events: none;
|
101 |
+
transition: opacity 0.3s ease;
|
102 |
}
|
103 |
+
.spinner-overlay.visible {
|
104 |
+
opacity: 1;
|
105 |
+
pointer-events: auto;
|
106 |
+
}
|
107 |
+
.space-iframe {
|
108 |
+
width: 100%;
|
109 |
+
height: 100%;
|
110 |
+
border: none;
|
111 |
+
}
|
112 |
+
</style>
|
113 |
+
</head>
|
114 |
|
115 |
+
<body>
|
116 |
+
|
117 |
+
<header>
|
118 |
+
<h1 class="glitch">CyberSearch</h1>
|
119 |
+
</header>
|
120 |
+
|
121 |
+
<main>
|
122 |
+
<section class="console">
|
123 |
+
<label for="inputField">Enter Command:</label>
|
124 |
+
<input id="inputField" type="text" placeholder="Enter text here">
|
125 |
+
<button onclick="executeCommand()">Execute</button>
|
126 |
+
</section>
|
127 |
+
|
128 |
+
<section class="spinner-overlay" id="loadingOverlay">
|
129 |
+
<div class="spinner">Loading...</div>
|
130 |
+
</section>
|
131 |
+
</main>
|
132 |
+
|
133 |
+
<footer>
|
134 |
+
<p>© 2025 CyberSearch</p>
|
135 |
+
</footer>
|
136 |
|
137 |
<script>
|
138 |
+
// Функция для выполнения команды
|
139 |
+
function executeCommand() {
|
140 |
+
const inputField = document.getElementById('inputField');
|
141 |
+
const command = inputField.value;
|
142 |
+
console.log("Command executed: " + command);
|
143 |
+
// Логика обработки команды
|
144 |
+
}
|
145 |
|
146 |
+
// Пример функции для отображения оверлея загрузки
|
147 |
+
function toggleLoadingOverlay(show) {
|
148 |
+
const overlay = document.getElementById('loadingOverlay');
|
149 |
+
if (show) {
|
150 |
+
overlay.classList.add('visible');
|
151 |
+
} else {
|
152 |
+
overlay.classList.remove('visible');
|
153 |
}
|
154 |
+
}
|
155 |
+
</script>
|
156 |
+
|
157 |
+
</body>
|
158 |
+
</html>
|