feat: initial commit
This commit is contained in:
commit
acdb3689d7
80 changed files with 2127 additions and 0 deletions
80
pages/credits.html
Normal file
80
pages/credits.html
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>home - ruds.io</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>hello there, kind stranger \o/</h1>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="box-lp subcontainer">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">pages</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/pages/notes.html">notes</a></li>
|
||||
<li><a href="/pages/credits.html">credits</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content subcontainer">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">credits</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>
|
||||
<li>88x31 (buttons):
|
||||
<ul>
|
||||
<li><a href="https://hellnet.work/8831/">hellnet.work/8831/</a></li>
|
||||
<li><a href="https://cyber.dabamos.de/88x31/">cyber.dabamos.de/88x31/</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-rp">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">blog</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul id="posts_list"></ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/posts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
73
pages/notes.html
Normal file
73
pages/notes.html
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>home - ruds.io</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
|
||||
<link rel="stylesheet" href="/global.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>hello there, kind stranger \o/</h1>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="box-lp subcontainer">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">pages</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul>
|
||||
<li><a href="/">home</a></li>
|
||||
<li><a href="/pages/notes.html">notes</a></li>
|
||||
<li><a href="/pages/credits.html">credits</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-content subcontainer">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">credits</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<p>This page is presently empty; enjoy the quiet while it lasts.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-rp">
|
||||
<div class="window active">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">blog</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Minimize"></button>
|
||||
<button aria-label="Maximize"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="window-body has-space">
|
||||
<ul id="posts_list"></ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/posts.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
0
pages/politics.html
Normal file
0
pages/politics.html
Normal file
Loading…
Add table
Add a link
Reference in a new issue