-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.39 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://www.w3counter.com/tracker.js?id=131401"></script>
<link rel="preconnect" href="https://www.w3counter.com">
<title>Icebreakers</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/icebreakers.css" />
<script type="text/javascript" src="js/icebreakers.js"></script>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="A randomly selected question meant to strike up a conversation between teammates.">
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="images/icons/ice-cube-72.png" />
<link rel="apple-touch-icon" href="images/icons/ice-cube-128.png" />
<link rel="apple-touch-icon" href="images/icons/ice-cube-144.png" />
<link rel="apple-touch-icon" href="images/icons/ice-cube-192.png" />
<link rel="apple-touch-icon" href="images/icons/ice-cube-512.png" />
<meta name="apple-mobile-web-app-status-bar" content="#334256" />
<meta name="theme-color" content="#334256" />
</head>
<body onload="doTheClickThing();">
<noscript>You'll need to enable JavaScript in order to see the questions.</noscript>
<div id="icebreaker"></div>
<div id="another">
<button type="button" onclick="doTheClickThing();">Another Question</button>
</div>
</body>
</html>