56 lines
No EOL
1.5 KiB
HTML
56 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Info</title>
|
|
|
|
<style>
|
|
@keyframes hue {
|
|
0% {
|
|
filter: hue-rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
filter: hue-rotate(360deg);
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
animation: hue 2s infinite linear;
|
|
color:red;
|
|
padding:0;
|
|
margin:0;
|
|
display: block;
|
|
}
|
|
|
|
p {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
#body {
|
|
width: 100%;
|
|
padding:0;
|
|
margin:0;
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
<link rel="stylesheet" href="/apps/standard.css">
|
|
</head>
|
|
<body>
|
|
<div id="body">
|
|
<h1>i-eat.rocks</h1>
|
|
<p>Rock-OS v0.1.3</p>
|
|
<p>Created by <a onclick="window.parent.postMessage(`url https://www.possiblyaxolotl.com/`)">PossiblyAxolotl</a></p>
|
|
<p>Share the website:</p>
|
|
<img src="/images/ui/ieatrocks.png" />
|
|
<textarea><a href="https://i-eat.rocks"><img src="https://i-eat.rocks/images/ui/ieatrocks.png" alt="i-eat.rocks" /></a></textarea>
|
|
<img src="/images/ui/rock.png" />
|
|
<textarea><a href="https://i-eat.rocks"><img src="https://i-eat.rocks/images/ui/rock.png" alt="An unsuspecting rock" /></a></textarea>
|
|
</div>
|
|
</body>
|
|
</html> |