- Added 3 categories to unredacted.json: UFO/UAP (US), Covert Operations, Government - 127 real declassified PDFs (4.8GB) on VPS including: - UK MOD UFO files (112 files, 4.3GB) - Project Condign (250MB) - Pentagon UAP Report (2021) - CIA/NSA UFO documents - MKUltra Senate Hearing - Stargate Project docs - Operation Northwoods/Paperclip - Pentagon Papers (62MB) - CIA Torture Report (44MB) - JFK/Iran-Contra docs - New CRIME SCENE section: HTML, CSS, JS, JSON, API routes - Added to navigation and depot landing page
50 lines
2.8 KiB
HTML
50 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>JAESWIFT // CRIME SCENE — Criminal Case Archive</title>
|
|
<meta name="description" content="Criminal case archive. Browse categorised case files, court transcripts, and investigation documents with built-in PDF viewer.">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=JetBrains+Mono:wght@300;400;500;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/section.css">
|
|
<link rel="stylesheet" href="/css/crimescene.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="scanline-overlay"></div>
|
|
<div class="grid-bg"></div>
|
|
<nav class="nav-main" id="navbar">
|
|
<div class="nav-container">
|
|
<a href="/" class="nav-logo"><span class="logo-bracket">[</span> JAE <span class="logo-bracket">]</span></a>
|
|
<button class="nav-toggle" id="navToggle" aria-label="Menu"><span></span><span></span><span></span></button>
|
|
<ul class="nav-menu" id="navMenu"></ul>
|
|
<div class="nav-status"><span class="nav-clock" id="navClock"></span></div>
|
|
</div>
|
|
</nav>
|
|
<div class="breadcrumb">
|
|
<a href="/">HOME</a><span class="separator">/</span>
|
|
<a href="/depot">DEPOT</a><span class="separator">/</span>
|
|
<span class="current">CRIME SCENE</span>
|
|
</div>
|
|
<section class="section-header" style="padding-top: calc(var(--nav-height) + 1.5rem);">
|
|
<div class="section-header-label">DEPOT // CRIMINAL CASE ARCHIVE</div>
|
|
<h1 class="section-header-title">CRIME SCENE</h1>
|
|
<p class="section-header-sub">> Criminal case files, court transcripts, and investigation documents. Browse the archive.</p>
|
|
</section>
|
|
<section class="subpage-content" style="max-width: clamp(1200px, 90vw, 2400px); margin: 0 auto; padding: 0 2rem 3rem;">
|
|
<div id="crimesceneRoot"><div class="prop-loading">INITIALISING CRIME SCENE ARCHIVE...</div></div>
|
|
</section>
|
|
<footer class="footer">
|
|
<div class="footer-container">
|
|
<div class="footer-left"><span class="footer-logo">[JAE]</span><span class="footer-copy">© 2026 JAESWIFT.XYZ</span></div>
|
|
<div class="footer-right"><span class="footer-signal">SIGNAL ████<span class="signal-flicker">█</span></span></div>
|
|
</div>
|
|
</footer>
|
|
<script src="/js/wallet-connect.js"></script>
|
|
<script src="/js/nav.js"></script>
|
|
<script src="/js/clock.js"></script>
|
|
<script src="/js/crimescene.js"></script>
|
|
</body>
|
|
</html>
|