Initial commit

This commit is contained in:
2025-07-04 19:43:58 -04:00
parent 56a21e393a
commit 2153a2fb44
72 changed files with 2544 additions and 0 deletions

29
index.html Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
[ easthighNerd ]
</title>
<link href="/res/css/default.css" rel="stylesheet">
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
<link rel="me" href="https://raru.re/@easthighNerd">
</head>
<body class="monitor_body">
<div class="monitor">
<div class="monitor_screen">
<img src="/res/img/monitor-screen.png" width="1248px" height="768px">
</div>
<div class="monitor_bar">
<img src="/res/img/monitor-button-1.png" width="80px" height="64px" style="margin-left: 128px;">
<img src="/res/img/monitor-button-down.png" width="80px" height="64px">
<img src="/res/img/monitor-button-up.png" width="80px" height="64px">
<img src="/res/img/monitor-button-2.png" width="80px" height="64px">
<img src="/res/img/monitor-power-light-off.png" width="64px" height="64px" style="border-width: 0px; margin-left: 64px; margin-right: 0px;">
<a href="/landing/" class="power_button">
<img src="/res/img/transparent.png" width="80px" height="64px" alt="Power button" style="border-width: 0px;">
</a>
</div>
</div>
</body>
</html>