hitheregang revised this gist 1 day ago. Go to revision
1 file changed, 123 insertions, 10 deletions
sandstone (2).html
Diff is too large to be shown
hitheregang revised this gist 1 day ago. Go to revision
1 file changed, 13 insertions
sandstone (2).html (file created)
| @@ -0,0 +1,13 @@ | |||
| 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 | + | ||