-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 718 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (20 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>KYOK by pfefferi</title>
<script src='social.js' type='text/javascript'></script>
<script src='match3.js' type='text/javascript'></script>
<script src='utils.js' type='text/javascript'></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="margin: 0px;">
<canvas id="viewport"></canvas></div>
<div id="fb-login">
<div class="fb-login-button" data-max-rows="1" data-size="large" data-button-type="continue_with" data-show-faces="false" data-auto-logout-link="false" data-use-continue-as="false"></div>
<div id="status"></div>
</div>
</div>
<div id="test"></div>
</body>
</html>