i-eat.rocks/index.html

32 lines
934 B
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 22:09:42 +00:00
<link rel="stylesheet" href="style.css">
2024-08-15 04:38:56 +00:00
2024-08-15 22:09:42 +00:00
<script src="drag.js" defer></script>
</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 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>