-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathedtv.html
More file actions
168 lines (150 loc) · 5.95 KB
/
edtv.html
File metadata and controls
168 lines (150 loc) · 5.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="description" content="Explore webXOS for innovative web applications like games, tools, and utilities. Enhance your browsing with our unique digital solutions.">
<meta name="keywords" content="webXOS, edTV, AR, edTV Channel Guide, digital utilities, apps">
<meta name="robots" content="index, follow">
<meta property="og:title" content="edTV by webXOS 2025">
<meta property="og:description" content="Discover the webXOS Menu for 2025, featuring cutting-edge web applications including games, tools, and operating systems.">
<meta property="og:url" content="http://webxos.netlify.app/">
<title>edTV BETA TEST</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
html {
margin: 0;
padding: 0;
}
body {
font-family: 'Courier New', monospace;
background: #000;
color: #00FF00;
margin: 0;
padding: 20px 0;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
position: relative; /* Required for star background */
}
/* Star background */
body::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
animation: starryGlow 4s infinite linear;
z-index: -1; /* Behind content */
}
@keyframes starryGlow {
0% { opacity: 0.6; transform: scale(1); }
50% { opacity: 1; transform: scale(1.05); }
100% { opacity: 0.6; transform: scale(1); }
}
.container {
width: 90%;
max-width: 400px;
background: rgba(0, 0, 0, 0.5);
padding: 10px;
border-radius: 10px;
box-shadow: 0 0 20px #00FF00;
transform: rotateX(10deg) rotateY(-10deg);
margin-top: 20px;
position: relative; /* Ensure it stays above stars */
z-index: 1; /* Above star background */
}
.title {
font-family: 'Press Start 2P', cursive;
font-size: 14px;
margin-bottom: 10px;
text-align: center;
}
a {
display: block;
width: 100%;
padding: 15px 0;
margin: 5px 0;
font-size: 16px;
text-decoration: none;
border: 2px solid #00FF00;
border-radius: 5px;
background: transparent;
color: #00FF00;
transition: all 0.3s ease;
text-shadow: 0 0 10px #00FF00;
text-align: center;
}
a:hover {
background: #00FF00;
color: black;
box-shadow: 0 0 20px #00FF00;
}
#status {
font-size: 14px;
text-align: center;
text-shadow: 0 0 5px #00FF00;
margin: 10px 0;
}
.neural-link {
width: 10px;
height: 10px;
background: #00FF00;
border-radius: 50%;
position: absolute;
animation: pulse 2s infinite ease-in-out;
box-shadow: 0 0 10px #00FF00;
z-index: 0; /* Behind container but above stars */
}
@keyframes pulse {
0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0,255,0, 0.7); }
70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(0,255,0, 0); }
100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0,255,0, 0); }
}
.copyright {
position: fixed;
bottom: 5px;
right: 5px;
font-size: 10px;
opacity: 0.5;
color: #00FF00;
z-index: 1; /* Above star background */
}
</style>
</head>
<body>
<div class="container">
<h1 class="title">edTV Guide (BETA)</h1>
<a href="http://webxos.netlify.app/edtv1.html" title="CHANNEL 1">edTV: CHANNEL 1: ID CREATION</a>
<a href="http://webxos.netlify.app/edtv2.html" title="CHANNEL 2">edTV: CHANNEL 2: ID VERIFICATION</a>
<a href="http://webxos.netlify.app/edtv3.html" title="CHANNEL 3">edTV: CHANNEL 3 (TESTING)</a>
<a href="http://webxos.netlify.app/edtv4.html" title="CHANNEL 4">edTV: CHANNEL 4 (TESTING)</a>
<a href="http://webxos.netlify.app/edtv5.html" title="CHANNEL 5">edTV: CHANNEL 5 (TESTING)</a>
<a href="http://webxos.netlify.app/edtv6.html" title="CHANNEL 6">edTV: CHANNEL 6 (TESTING THERMAL/NIGHTVISION)</a>
</div>
<!-- Neural Network Simulation -->
<div id="neuralNetwork">
<div class="neural-link" style="left: 20%; top: 30%;"></div>
<div class="neural-link" style="left: 50%; top: 60%;"></div>
<div class="neural-link" style="left: 80%; top: 30%;"></div>
<div class="neural-link" style="left: 50%; top: 10%;"></div>
</div>
<div class="copyright">Copyright webXOS 2025</div>
<script>
// Simulate neural network activity
function simulateNeuralActivity() {
document.body.style.background = `radial-gradient(circle, #000, ${Math.floor(Math.random()*100) === 0 ? '#00FF00' : '#000'})`;
const links = document.querySelectorAll('.neural-link');
links.forEach(link => {
link.style.left = `${Math.random() * 100}%`;
link.style.top = `${Math.random() * 100}%`;
});
}
setInterval(simulateNeuralActivity, 5000); // Every 5 seconds, simulate neural activity
</script>
</body>
</html>