-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (24 loc) · 1.48 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>
<meta charset="utf-8">
<title>Bingogo!</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="https://unpkg.com/[email protected]/gh-fork-ribbon.css"/>
<link type="text/css" rel="stylesheet" href="css/app.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content='Create and play custom bingo games for free online. Create games like "Buzzword Bingo" and play with your friends and co-workers!'>
<meta name="keywords" content="bingogo,bingo,free,free bingo,custom bingo,diy bingo,bingo card,bingo generator">
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="https://unpkg.com/[email protected]/mithril.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/libs/lz-string.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/js/materialize.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/clipboard.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<img src="https://bingogo.goatcounter.com/count?p=/">
</body>
</html>