summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>