-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathremembering.html
474 lines (405 loc) Β· 19.7 KB
/
remembering.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>.txt</title>
<link rel="shortcut icon" href="/assets/imgs/favicon.png" type="image/png">
</head>
<body>
<div id="files">
<h1>EchoOS</h1>
<p>sometimes, echoes answer back.</p>
<br />
<a href="javascript:void();" onclick="txtFile(1)">aurora_diary1.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(2)">ERROR_LOG_003.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(3)">INCIDENT_REPORT_2A.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(4)">DREAM_LOG_004.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(5)">MESSAGE_FROM_HER_TO_YOU.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(6)">THERAPY_NOTES_05.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(7)">SYSTEM_ERROR_17_LOG.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(8)">forgotten_note.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(9)">MEMORY_FRAGMENT_7.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(10)">FINAL_WARNING.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(11)">SHADOW_LOG_12.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(12)">USER_REPORT_AURORA.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(13)">THE_LAST_MESSAGE.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(14)">HELP_ME.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(15)">UNSENT_MESSAGE.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(16)">SYSTEM_WARNING_007.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(17)">OLD_NOTE_009.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(18)">TIME_STAMP_32.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(19)">AUDIO_LOG_56.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(20)">THE_SILENCE.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(21)">EXTERNAL_ACCESS_LOG_1.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(22)">URGENT_NOTE_8.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(23)">SECRETS.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(24)">BROKEN_WATCH.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(25)">HIDDEN_MESSAGE_14.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(26)">LAST_ENTRY_006.txt</a>
<br /><a href="javascript:void();" onclick="txtFile(27)">PHANTOM_SIGHTINGS.txt</a>
</div>
<div id="fileContent" style="display: none;">
<h1 id="txtFile"></h1>
<p id="txtFileContent">
</p>
<a href="javascript:void(0);" onclick="showDesktop()">more files</a>
</div>
<br />
<a href="/">i don't want to explore anymore</a>
</body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap'); /* For monospace */
body {
background: #000;
color: #fff;
font-family: "Inconsolata", sans-serif;
text-align: center;
}
a {
color: blue;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
</style>
<script>
function txtFile(num) {
document.getElementById("files").style.display = "none";
document.getElementById("fileContent").style.display = "block";
switch (num) {
case 1:
document.getElementById("txtFile").innerText = "aurora_diary1.txt";
document.getElementById("txtFileContent").innerHTML = `
they said it wasn't my fault.
<br/>but they didn't see what i saw.
<br/>i can still hear the screams.
<br/>i can still see *them*.
<br/>they're waiting for me in the dark.
<br/>waiting for me to slip up.
<br/>i won't let them win. not again.
`;
break;
case 2:
document.getElementById("txtFile").innerText = "ERROR_LOG_003.txt";
document.getElementById("txtFileContent").innerHTML = `
USERNAME: aurora [ERROR: CORRUPTED]
<br/>SESSION TIMESTAMP: [REDACTED]
<br/>INCIDENT STATUS: unresolved
<br/>ERROR: anomalous activity detected.
<br/>NOTES: subject exhibits distress when [REDACTED]
<br/>USER INPUT: "please make it stop."
`;
break;
case 3:
document.getElementById("txtFile").innerText = "INCIDENT_REPORT_2A.txt";
document.getElementById("txtFileContent").innerHTML = `
DATE: [REDACTED]
<br/>WITNESS: aurora [last name obscured]
<br/>INCIDENT DETAILS:
<br/><br/>i told them not to go in.
<br/>i told them it wasn't safe.
<br/>but they didn't listen.
<br/>now they're gone, and it's my fault.
<br/>it's always my fault.
<br /><br/> STATUS: unresolved
`;
break;
case 4:
document.getElementById("txtFile").innerText = "DREAM_LOG_004.txt";
document.getElementById("txtFileContent").innerHTML = `
night 4.
<br/>i woke up again.
<br/>the whispers were louder this time.
<br/>they were saying my name.
<br/>i didn't want to look, but i couldn't help it.
<br/><br/>there they were. staring at me.
<br/>i tried to scream, but nothing came out.
<br/>they just smiled.
<br/><br/>i don't know how much longer i can do this.
`;
break;
case 5:
document.getElementById("txtFile").innerText = "MESSAGE_FROM_HER.txt";
document.getElementById("txtFileContent").innerHTML = `
why did you do it?
<br/>why didn't you stop it?
<br/>i thought i could trust you.
<br/><br/>but now it's too late.
<br/>they're here.
`;
break;
case 6:
document.getElementById("txtFile").innerText = "THERAPY_NOTES.txt";
document.getElementById("txtFileContent").innerHTML = `
SESSION SUMMARY:
<br/></br/>Aurora keeps blaming herself.
<br/>She claims "they" are still watching her,
<br/>still following her, even in her dreams.
<br/><br/>She described them as shadows with glowing eyes.
<br/>Claims they whisper to her at night.
<br/>When asked who "they" are,
<br/>she just started crying.
<br/></br/>RECOMMENDATION: Increase observation.
`;
break;
case 7:
document.getElementById("txtFile").innerText = "SYSTEM_ERROR_17.txt";
document.getElementById("txtFileContent").innerHTML = `
WARNING: Unauthorized access detected.
<br/>TRACE: Unknown entity
<br/>USER INPUT: None.
<br /><br />ANOMALOUS DATA FOUND:
<br/>"you can't hide from us."
<br/><br/>STATUS: Unresolved.
`;
break;
case 8:
document.getElementById("txtFile").innerText = "forgotten_note.txt";
document.getElementById("txtFileContent").innerHTML = `
it's still there.
<br/>i thought it was gone,
<br/>but it's not.
<br/><br/>they told me to forget.
<br/>they told me to move on.
<br/>but how can i, when it's still watching me?
`;
break;
case 9:
document.getElementById("txtFile").innerText = "MEMORY_FRAGMENT_7.txt";
document.getElementById("txtFileContent").innerHTML = `
[visual corrupted]
[audio distorted]
<br/><br/>*"it wasn't supposed to happen this way..."*
<br/>*"please don't make me go back there."*
`;
break;
case 10:
document.getElementById("txtFile").innerText = "FINAL_WARNING.txt";
document.getElementById("txtFileContent").innerHTML = `
you shouldn't have come here.
<br/>you're not supposed to see this.
<br/><br/>now it's too late.
<br/>they're coming for you, too.
`;
break;
case 11:
document.getElementById("txtFile").innerText = "SHADOW_LOG_12.txt";
document.getElementById("txtFileContent").innerHTML = `
ENTRY DATE: UNKNOWN.
<br/><br/>i saw it again.
<br/>just for a moment, out of the corner of my eye.
<br/>it's always just a shadow, but i know it's real.
<br/><br/>it's waiting for me to slip up.
<br/>and when i do, it'll be there.
`;
break;
case 12:
document.getElementById("txtFile").innerText = "USER_REPORT_AURORA.txt";
document.getElementById("txtFileContent").innerHTML = `
USER: aurora [last name redacted]
STATUS: active.
<br/><br/>NOTES:
<br/>- exhibits strange behavior.
<br/>- claims to hear voices.
<br/>- seems afraid of something no one else can see.
<br/></br/>WARNING: subject may pose a risk to others.
`;
break;
case 13:
document.getElementById("txtFile").innerText = "THE_LAST_MESSAGE.txt";
document.getElementById("txtFileContent").innerHTML = `
i don't have much time left.
<br/>they're getting closer.
<br/>if you find this, please don't follow me.
<br/><br/>i'm sorry for everything.
`;
break;
case 14:
document.getElementById("txtFile").innerText = "HELP_ME.txt";
document.getElementById("txtFileContent").innerHTML = `
can you hear me?
<br/>please. i need help.
<br/><br/>i don't know how much longer i can keep running.
<br/>they're always watching.
<br/>they'll find me soon.
<br/><br/>if you can hear this,
<br/>don't let them take me.
`;
break;
case 15:
document.getElementById("txtFile").innerText = "UNSENT_MESSAGE.txt";
document.getElementById("txtFileContent").innerHTML = `
i tried to send it.
<br/>i tried to warn you all.
<br/><br/>but it never went through.
<br/><br/>maybe it was meant to be a warning.
<br/>maybe it was meant to stay hidden.
<br/><br/>don't go searching for answers.
<br/>because the more you know,
<br/>the closer they get.
`;
break;
case 16:
document.getElementById("txtFile").innerText = "SYSTEM_WARNING_007.txt";
document.getElementById("txtFileContent").innerHTML = `
ERROR: corrupted data detected.
<br/>SYSTEM STATUS: unstable.
<br/>WARNING: repeated unauthorized access attempts.
<br/><br/>ENTITY: [REDACTED].
<br/><br/>MESSAGE: *"we're getting closer. we won't stop."*
<br/><br/>ACTION REQUIRED: **LOCKDOWN**
`;
break;
case 17:
document.getElementById("txtFile").innerText = "OLD_NOTE_009.txt";
document.getElementById("txtFileContent").innerHTML = `
i thought they were gone.
<br/>i thought i was safe.
<br/></br/>but they found me again.
<br/>they always do.
<br/>it's never really over.
<br/><br/>i just want to sleep.
<br/>to forget.
<br/>to be free of them.
`;
break;
case 18:
document.getElementById("txtFile").innerText = "TIME_STAMP_32.txt";
document.getElementById("txtFileContent").innerHTML = `
SESSION: UNKNOWN
<br/>ENTRY: *[REDACTED]*
<br/><br/>i see them again.
<br/>not just in my dreams anymore.
<br/>they follow me everywhere.
<br/><br/>i heard a voice in the dark.
<br/>"you're next".
<br/><br/>i don't know how to stop it.
<br />i don't know how to stop them.
`;
break;
case 19:
document.getElementById("txtFile").innerText = "AUDIO_LOG_56.txt";
document.getElementById("txtFileContent").innerHTML = `
[distorted, static]
<br/><br/>*"...it's not safe anymore."*
<br/>*"...you shouldn't have opened it."*
<br/><br/>[static intensifies]
<br/><br/>*"...they can't hide forever."*,
<br/>*"...they never do."*
`;
break;
case 20:
document.getElementById("txtFile").innerText = "THE_SILENCE.txt";
document.getElementById("txtFileContent").innerHTML = `
it's quiet.
<br/>too quiet.
<br/><br/>i haven't heard anything for hours.
<br/>but that's what scares me the most.
<br/><br/>i thought they'd stop...
<br/>i thought i was safe.
<br/><br/>but silence means they're watching.
<br/>they're waiting.
<br/>waiting for me to make a mistake.
`;
break;
case 21:
document.getElementById("txtFile").innerText = "EXTERNAL_ACCESS_LOG_1.txt";
document.getElementById("txtFileContent").innerHTML = `
ACCESS ATTEMPT: external
<br/>ENTITY IDENTIFIED: [REDACTED]
<br/><br/>ACTIONS:
<br/>- login attempt failed
<br/>- USERNAME not found
<br/>- SYSTEM ERROR
<br/><br/>MESSAGE RECEIVED:
<br/>"they don't want you to find out the truth."
<br/>"but you're already too far in."
`;
break;
case 22:
document.getElementById("txtFile").innerText = "URGENT_NOTE_8.txt";
document.getElementById("txtFileContent").innerHTML = `
i thought it was just a phase.
<br/>a nightmare, like they said.
<br/><br/>but now i can't sleep.
<br/>now i can't *forget*.
<br/><br/>they're still here.
<br/>and i can't outrun them anymore.
<br/><br/>i don't know how much longer i can keep this up.
<br/>please help me.
`;
break;
case 23:
document.getElementById("txtFile").innerText = "SECRETS.txt";
document.getElementById("txtFileContent").innerHTML = `
i know things.
<br/>things i shouldn't.
<br/><br/>they don't want you to know.
<br/><br/>they don't want anyone to know.
<br/><br/>but if you dig deep enough,
<br/>the truth will come out.
<br/>and when it does...
<br/>they'll come for you too.
`;
break;
case 24:
document.getElementById("txtFile").innerText = "BROKEN_WATCH.txt";
document.getElementById("txtFileContent").innerHTML = `
time's running out.
<br/>i thought i could stop it.
<br/>but it's never too late for them.
<br/><br/>they're watching, waiting.
<br/>the clock ticks, but they know.
<br/>they know what's coming.
<br/><br/>i'm not ready.
`;
break;
case 25:
document.getElementById("txtFile").innerText = "HIDDEN_MESSAGE_14.txt";
document.getElementById("txtFileContent").innerHTML = `
*"you're getting too close."*
*"stop now, before it's too late."*
<br/><br/>i can't help you.
<br/>i tried, but it's not up to me anymore.
<br/><br/>you've opened the door.
<br/>now they'll come for you.
<br/>and you won't even know it.
`;
break;
case 26:
document.getElementById("txtFile").innerText = "LAST_ENTRY_006.txt";
document.getElementById("txtFileContent").innerHTML = `
ENTRY DATE: [REDACTED]
<br/><br/>i've stopped sleeping.
<br/>i can't afford to anymore.
<br/><br/>the nightmares come no matter what.
<br/>but this time, it was different.
<br/><br/>i heard *their* voice.
<br/>i heard them call my name.
<br/><br/>they know where i am.
`;
break;
case 27:
document.getElementById("txtFile").innerText = "PHANTOM_SIGHTINGS.txt";
document.getElementById("txtFileContent").innerHTML = `
WARNING: PHANTOM ENTITY DETECTED.
<br/>LOCATION: UNKNOWN.
<br/></br/>sightings have increased.
<br/>they appear briefly-just long enough to be noticed.
<br/><br/>WARNING: EXPOSURE TO THIS ENTITY MAY CAUSE IRREVERSIBLE EFFECTS.
<br/>DO NOT ENGAGE.
`;
break;
default:
break;
}
}
function showDesktop() {
document.getElementById("files").style.display = "block";
document.getElementById("fileContent").style.display = "none";
}
</script>
</html>