website/magic.html
2026-04-29 17:09:16 +02:00

45 lines
1.3 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ohh Magic! | t3jfel SEC</title>
<link rel="icon" type="image/x-icon" href="assets/images/logo.jpg">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="bg-grid"></div>
<div class="bg-orb"></div>
<header></header>
<main>
<section class="hero archive-hero">
<div class="container">
<h1><span class="text-gradient">&gt;</span> It's Magic</h1>
<p class="mono"><b>Deep dives into how the world actually works and how it is getting bypassed or hacked. Maybe some mathematics and physics, cuz I hate it.</b></p>
</div>
</section>
<section>
<div class="container">
<div class="search-wrapper">
<input type="text" id="magic-search" class="search-input" placeholder="Search...">
</div>
<div id="magic-grid" class="compact-grid">
<p class="mono">Loading...</p>
</div>
</div>
</section>
</main>
<footer></footer>
<script src="js/main.js"></script>
</body>
</html>