diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 02:57:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 02:57:16 +0200 |
| commit | 72516c00456545fb297af1e9c5e4013df1b06a92 (patch) | |
| tree | 6ffc58d4b1e2daf074dae6cd2914afbfd3f8c2a1 /index.html | |
applause thing
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..65d1a24 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ +<html> +<head> +<title>applause!</title> +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> +<style> +html,body { + width: 100%; + height: 100%; + 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"; + color: white; + text-shadow: 0 0 1px #000; + transition: background-color 100ms; + user-select: none; +} +</style> +</head> +<body> +</body> +<script src='bundle.js'></script> +</html> |
