Initial commit
This commit is contained in:
29
index.html
Normal file
29
index.html
Normal 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>
|
Reference in New Issue
Block a user