-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
195 lines (171 loc) · 5.96 KB
/
index.html
File metadata and controls
195 lines (171 loc) · 5.96 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
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
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SPECTRA Documentation</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="SPECTRA Documentation">
<meta property="og:description" content="Spectrally-Processing Extraction, Crawling, & Tele-Reconnaissance Archive">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="SPECTRA Documentation">
<meta property="twitter:description" content="Spectrally-Processing Extraction, Crawling, & Tele-Reconnaissance Archive">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.container {
text-align: center;
max-width: 600px;
padding: 2rem;
}
.logo {
width: 120px;
height: 120px;
margin: 0 auto 2rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
font-weight: bold;
backdrop-filter: blur(10px);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}
h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
font-weight: 700;
}
.tagline {
font-size: 1.2rem;
margin-bottom: 2rem;
opacity: 0.9;
line-height: 1.6;
}
.buttons {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
}
.btn {
display: inline-block;
padding: 1rem 2rem;
background: rgba(255, 255, 255, 0.2);
color: #fff;
text-decoration: none;
border-radius: 10px;
font-weight: 600;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.btn-primary {
background: rgba(255, 255, 255, 0.3);
border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-primary:hover {
background: rgba(255, 255, 255, 0.4);
}
.info {
margin-top: 3rem;
padding: 1.5rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
backdrop-filter: blur(10px);
font-size: 0.9rem;
line-height: 1.6;
}
.info a {
color: #fff;
text-decoration: underline;
}
@media (max-width: 768px) {
h1 {
font-size: 2rem;
}
.tagline {
font-size: 1rem;
}
.buttons {
flex-direction: column;
}
.btn {
width: 100%;
}
}
</style>
<!-- Auto-redirect after 3 seconds -->
<script>
// Check if we're in the docs directory structure
const currentPath = window.location.pathname;
const docsPath = currentPath.includes('/docs/') ? '../docs/html/' : 'docs/html/';
// Redirect after 3 seconds
setTimeout(function() {
window.location.href = docsPath + 'index.html';
}, 3000);
// Also handle immediate click
document.addEventListener('DOMContentLoaded', function() {
const btn = document.getElementById('goto-docs');
if (btn) {
btn.addEventListener('click', function(e) {
e.preventDefault();
window.location.href = docsPath + 'index.html';
});
}
});
</script>
</head>
<body>
<div class="container">
<div class="logo">SPECTRA</div>
<h1>SPECTRA Documentation</h1>
<p class="tagline">
Spectrally-Processing Extraction, Crawling, & Tele-Reconnaissance Archive
</p>
<div class="buttons">
<a href="docs/html/index.html" id="goto-docs" class="btn btn-primary">
View Documentation →
</a>
<a href="https://github.com/SWORDIntel/SPECTRA" class="btn" target="_blank" rel="noopener">
GitHub Repository
</a>
</div>
<div class="info">
<p>
<strong>Redirecting to documentation in 3 seconds...</strong><br>
If you are not redirected automatically, click the button above.
</p>
<p style="margin-top: 1rem; opacity: 0.8;">
SPECTRA is a professional-grade Telegram intelligence collection and archiving system
with advanced AI/ML capabilities, threat scoring, and network analysis features.
</p>
</div>
</div>
</body>
</html>