-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (35 loc) · 1.92 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
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>StarVID-19 By @wadiemendja</title>
<link rel="icon" type="image/png" href="https://imgur.com/krps34O.png" sizes="16x16">
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<meta name="description" content="COVID-19 game">
<meta name="author" content="Wadie Mendja">
<!-- Open Graph -->
<meta property="og:image" content="https://imgur.com/IQaMxss.png">
<meta property="og:description" content="How much stars you can get ? | move. avoid viruses. eat that star">
<meta property="og:title" content="Corona virus game by Wadie Mendja">
<!-- Meta Tags For Facebook Instant Games -->
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="full-screen" content="yes"/>
<meta name="screen-orientation" content="portrait"/>
<script src="https://www.gstatic.com/firebasejs/7.2.2/firebase-app.js"></script>
<script src='https://www.gstatic.com/firebasejs/3.1.0/firebase-database.js'></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v7.0&appId=890286091448029&autoLogAppEvents=1" nonce="rbU8RAPV"></script>
</head>
<body>
<audio src="sounds/Disappointed Crowd Oh.mp3" id="crowd"></audio>
<audio src="sounds/oh.mp3" id="oh"></audio>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"></script>
<script src="/__/firebase/7.16.1/firebase-app.js"></script>
<script src="/__/firebase/7.16.1/firebase-database.js"></script>
<script src="/__/firebase/init.js"></script>
<script src="main.js" type="text/javascript"></script>
</body>
</html>