-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (33 loc) · 1.77 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
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width, height=device-height, viewport-fit=cover">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="Enea Entertainment">
<meta name="keywords" content="Enea Entertainment, Enea Games, mobile, online, html5">
<meta name="description" content="Enea Entertainment">
<meta name="robots" content="all">
<meta property="og:url" content="http://www.enea.sk">
<meta property="og:type" content="article">
<meta property="og:title" content="Enea Entertainment">
<meta property="og:description" content="Enea Entertainment">
<meta property="og:image" content="http://www.enea.sk/icon512x512.png">
<link rel="shortcut icon" href="icons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="icons/iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/ipad-retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="icons/ipad-pro.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/iphone-6-plus.png">
<link rel="stylesheet" href="css/game.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.1.0/pixi.js"></script>
<script type="module" src="scripts/main.js"></script>
<title>Slider | Enea Entertainment</title>
</head>
<body>
</body>
</html>