summaryrefslogtreecommitdiff
path: root/index.html
blob: c17aafb7b502b78fa863d64c3903c900c154ccdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<title>honeycomb</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<style>
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 13px;
	background-color: #333;
}
div {
 	display: inline-block;
}
.desktop body {
  user-select: none;
}
@media only screen and (max-device-width: 800px) {
	html,body {
		margin: 0;
		padding: 0;
	}
}
</style>
</head>
<body>
</body>
<script>
	var s = document.createElement('script');
	s.setAttribute('src','bundle.js?' + Date.now());
	document.body.appendChild(s)
</script>
</html>