sandstone (2).html
· 395 B · HTML
Raw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sandstone</title>
<style>body{font-family:sans-serif;padding:2rem;background:#1e1e1e;color:#d4d4d4;}</style>
</head>
<body>
<h1>Sandstone Advanced Version</h1>
<p>This is a placeholder. Please paste the actual Sandstone code into the 'advanced-code' textarea in the launcher file.</p>
</body>
</html>
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8"> |
| 5 | <title>Sandstone</title> |
| 6 | <style>body{font-family:sans-serif;padding:2rem;background:#1e1e1e;color:#d4d4d4;}</style> |
| 7 | </head> |
| 8 | <body> |
| 9 | <h1>Sandstone Advanced Version</h1> |
| 10 | <p>This is a placeholder. Please paste the actual Sandstone code into the 'advanced-code' textarea in the launcher file.</p> |
| 11 | </body> |
| 12 | </html> |
| 13 |