summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-02-21 15:19:13 +0100
committerJules Laplace <julescarbon@gmail.com>2018-02-21 15:19:13 +0100
commit77c6da0f221c210bb801b5f6415f1a999be37b5d (patch)
tree0fb064cb1f7fe95e1cbe3dcf13198d2a08122a1c /index.html
parenta4d3b1998e529cb20abf2a121de866f024fb7418 (diff)
msg
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index 53460a7..13d6e96 100644
--- a/index.html
+++ b/index.html
@@ -16,9 +16,21 @@ body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
user-select: none;
}
+#header {
+ position: absolute;
+ bottom: 20px; left: 0;
+ width: 100%;
+ color: #000;
+ font-size: 16px;
+ font-weight: 100;
+ text-align: center;
+ z-index: 20;
+ pointer-events: none;
+}
</style>
</head>
<body>
+<div id="header">tap / drag to break glass</div>
</body>
<script src='bundle.js'></script>
</html>