i-eat.rocks/index.html

37 lines
1.6 KiB
HTML
Raw Normal View History

2024-08-15 04:38:56 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I EAT ROCKS</title>
2024-08-15 06:26:51 +00:00
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
2024-08-15 23:51:36 +00:00
<link rel="stylesheet" href="style.css?v=1">
2024-08-15 04:38:56 +00:00
2024-08-15 23:51:36 +00:00
<script src="drag.js?v=1" defer></script>
2024-08-15 22:09:42 +00:00
</head>
<body>
<div class="body">
<div class="header">
<p>Home</p>
</div>
<div class="content">
<h1>Hihi</h1>
2024-08-15 04:38:56 +00:00
2024-08-15 22:09:42 +00:00
<p>Page coming soon!</p>
2024-08-15 04:38:56 +00:00
2024-08-15 22:09:42 +00:00
<button onclick="createWindow('https://www.possiblyaxolotl.com', 'possiblyaxolotl', '800px', '500px')">Created by PossiblyAxolotl</button>
<button onclick="createWindow('box.html', 'test box', '400px', '200px')">Another window</button>
2024-08-15 22:31:39 +00:00
<button onclick="createWindow('https://www3.cbox.ws/box/?boxid=3540114&boxtag=qbEaqt', 'rock eaters chat', '300px', '450px')">Chatroom</button>
2024-08-15 23:51:36 +00:00
<button onclick="createWindow('apps/notepad.html', 'notepad', '500px', '450px')">notepad</button>
<button onclick="createWindow('https://ko-fi.com/possiblyaxolotl/?hidefeed=true&widget=true&embed=true&preview=true', 'donate', '400px', '630px')">support</button>
<button onclick="createWindow('apps/slimekoban.html', 'slimekoban', '450px', '350px')">slimekoban</button>
<button onclick="createWindow('apps/info.html', 'info', '200px', '120px')">info</button>
2024-08-15 04:38:56 +00:00
2024-08-15 22:09:42 +00:00
<p><a href="https://directory.possiblyaxolotl.com">PossiblyAxolotl Directory</a></p>
</div>
</div>
2024-08-15 04:38:56 +00:00
</body>
</html>