2024-08-16 02:26:40 +00:00
|
|
|
<!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>Hihi</h1>
|
|
|
|
|
|
|
|
<p>Page coming soon!</p>
|
|
|
|
|
2024-08-16 05:45:22 +00:00
|
|
|
<button onclick="createWindow('https://www.possiblyaxolotl.com', 'possiblyaxolotl', '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', '190')">info</button>
|
2024-08-16 02:26:40 +00:00
|
|
|
</body>
|
|
|
|
</html>
|