31 lines
723 B
HTML
31 lines
723 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>elleoma@logs ~ > whoami</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
|
<base href="/">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="scroll-container">
|
|
<div class="center-window">
|
|
<header>
|
|
<h1>elleoma@logs ~ > whoami</h1>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="markdown-container">
|
|
<h1>I am absolutely retarded</h1>
|
|
<h2>Pls give me a job</h2>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|