i-eat.rocks/apps/welcome.html
2024-08-16 20:40:00 -06:00

31 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome</title>
<link rel="stylesheet" href="standard.css">
<style>
* {
text-align: center;
}
</style>
</head>
<body>
<script>
function createWindow(url, name, w, h) {
window.top.postMessage(`win ${url} ${name} ${w} ${h}`)
}
</script>
<h1>Hey rock fan!</h1>
<p>If you're seeing this that means you must really like rocks.</p>
<p>Don't worry, I'm the same way, which is why I developed <span class="rainbow">Rock-OS</span></p>
<p><span class="rainbow">Rock-OS</span> is chock-full of rock-related activities to keep your brain stimulated, but of course you know that after paying the modest $1,999 license fee.</p>
<p>Now without further ado, please enjoy <span class="rainbow">Rock-OS</span>!</p>
<button onclick="createWindow('https://www.possiblyaxolotl.com', 'www.possiblyaxolotl.com', '900', '500')">Created by PossiblyAxolotl</button><button onclick="createWindow('https://ko-fi.com/possiblyaxolotl/?hidefeed=true&widget=true&embed=true&preview=true', 'donate', '400', '630')">support me!</button><button onclick="createWindow('apps/info.html', 'info', '350', '230')">info</button>
</body>
</html>