-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathanything.html
More file actions
165 lines (150 loc) · 6.35 KB
/
anything.html
File metadata and controls
165 lines (150 loc) · 6.35 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
<!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 the webX Menu in 2025 for innovative web applications, AI tools, and digital utilities. Discover cutting-edge solutions for games, research, and technology.">
<meta name="keywords" content="webXOS, da3, 3d, three js blender, three js digital utilities, webXOS anything, three js anything, DA3 research, DA3 machine learning, DA3 web development, three js innovative technology, DA3 AI-driven solutions, three js online tools, DA3 tech utilities, three js green coding, three js, DA3 web3, DA3 image, DA3 three js, DA3 cad, DA3 three js editor, DA3 editor, DA3 defense systems, three js editor, DA3 image generation, DA3 js, DA3 browser based, DA3 3d modeling, DA3 web technology, DA3 digital innovation, DA3 tech research, DA3 html applications, DA3 web utilities, DA3 future tech, three js smart tools, DA3 three js AI programming, DA3 tech solutions, three js 3D innovative web tools, three js 3D AI-powered apps">
<meta name="robots" content="index, follow">
<meta name="author" content="webXOS">
<meta property="og:title" content="webX Menu 2025 - Innovative AI and Web Applications">
<meta property="og:description" content="Discover the webX Menu for 2025, featuring AI-driven web applications, research tools, games, and innovative digital solutions for a smarter future.">
<meta property="og:url" content="http://webxos.netlify.app/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@webxos">
<meta name="twitter:title" content="webXOS 2025 - Innovative AI and Web Applications">
<meta name="twitter:description" content="Explore webXOS Menu 2025 for AI-powered web applications, research tools, and digital utilities.">
<title>ANYTHING 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;
}
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;
}
@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;
z-index: 1;
}
.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;
}
@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;
}
</style>
</head>
<body>
<div class="container">
<h1 class="title">ANYTHING BETA TEST</h1>
<a href="http://webxos.netlify.app/anything1.html" title="1">anything 1</a>
<a href="http://webxos.netlify.app/anything2.html" title="2">anything 2</a>
<a href="http://webxos.netlify.app/anything3.html" title="3">anything 3</a>
</div>
<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>
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);
</script>
</body>
</html>