diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,14 +1,17 @@ <html> <head> <title>triangle</title> +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <style> +html,body { + overflow: hidden; +} body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: white; text-shadow: 0 0 1px #000; transition: background-color 100ms; user-select: none; - overflow: hidden; } div { position: absolute; |
