-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.min.html
48 lines (48 loc) · 3.07 KB
/
index.min.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
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#161616">
<meta name="apple-mobile-web-app-title" content="Dimini Inc.">
<meta name="application-name" content="Dimini Inc.">
<meta name="msapplication-TileColor" content="#161616">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="initial-scale=1" id="viewport">
<meta name="mailru-domain" content="8D5ZHxJsjMRCp9En">
<title>Arrithmetic - Dimini Inc.</title>
<meta name="description" content="Arrithmetic, Ludum Dare 49 - Dimini Inc.">
<link rel="canonical" href="http://dimini.tk/en/software/arrithmetic/web">
<link rel="alternate" hreflang="en" href="http://dimini.tk/en/software/arrithmetic/web">
<link rel="alternate" hreflang="ru" href="http://dimini.tk/ru/software/arrithmetic/web">
<meta property="og:title" content="Arrithmetic - Dimini Inc.">
<meta property="og:type" content="website">
<meta property="og:url" content="http://dimini.tk/en/software/arrithmetic/web">
<meta property="og:image" content="https://dimini.tk/site-logo.png">
<meta property="og:description" content="Arrithmetic, Ludum Dare 49 - Dimini Inc.">
<script src="https://cdn.jsdelivr.net/npm/phaser@3.15.1/dist/phaser-arcade-physics.min.js"></script>
<style>canvas{width:450px}</style>
</head>
<body style="margin:0;padding:0;overflow-x:hidden">
<script src="intro.js"></script>
<script src="main.js"></script>
<script src="credits.js"></script>
<script src="menu.js"></script>
<script src="arrithmetic.js"></script>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TKDW72" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({"gtm.start":(new Date).getTime(),event:"gtm.js"});n=t.getElementsByTagName(a)[0],a=t.createElement(a);a.async=!0,a.src="//www.googletagmanager.com/gtm.js?id=GTM-TKDW72",n.parentNode.insertBefore(a,n)}(window,document,"script","dataLayer")</script>
</body>
</html>