diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3c45581 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ +<html> +<head> +<title>glass</title> +<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> +<style> +* { + box-sizing: border-box; +} +html,body { + margin: 0; padding: 0; + overflow: hidden; +} +body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + user-select: none; +} +</style> +</head> +<body> +</body> +<script src='bundle.js'></script> +</html> |
