forked from UnrulyJuli3/jackbox-tv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (51 loc) · 3.64 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
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en-US" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Jackmods.CF</title>
<meta name="description" content="Jackmods.cf это ваш контроллер для всех модов команды TDoT для Jackbox Party Pack. Заходите сюда и получите несколько странных воспоминаний.">
<meta name="viewport" content="minimal-ui,width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="icon" type="image/png" href="assets/bd0bc28071f72fcb612a.png" />
<meta name="og:url" content="https://jackbox.CF/">
<meta name="og:title" content="Jackmods.CF">
<meta name="og:type" content="website">
<meta name="og:description" content="Jackmods.cf это ваш контроллер для всех модов команды TDoT для Jackbox Party Pack. Заходите сюда и получите несколько странных воспоминаний.">
<meta name="og:image" content="./images/app-icons/favicon-196x196.png">
<meta name="mobile-web-app-capable" content="yes">
<meta name="supported-color-schemes" content="">
<meta name="color-scheme" content="#4254F4">
<meta name="theme-color" content="#4254F4">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="assets/27c01c3ad81292cf3bc5.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/bd5168650f2f85fa4159.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/125b9b5de16dd4c85cd8.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/2e560ce3714a34b74315.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="assets/4b908c11ad4cef686e78.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="assets/5a5faa3480fe81736488.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="assets/15eba9d749092d2ab9f7.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="assets/24d8bb73ecfdfa856a82.png" />
<link rel="icon" type="image/png" href="assets/ad0530b992fa46aa7f61.png" sizes="196x196" />
<link rel="icon" type="image/png" href="assets/65932fc532a05709216e.png" sizes="96x96" />
<link rel="icon" type="image/png" href="assets/bd0bc28071f72fcb612a.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/f859c441a8fc5d154e18.png" sizes="16x16" />
<link rel="icon" type="image/png" href="assets/cf3de46677f1e6879d4f.png" sizes="128x128" />
<meta name="application-name" content="Jackmods.GA" />
<meta name="msapplication-TileColor" content="#0067FF" />
<meta name="msapplication-TileImage" content="assets/2e560ce3714a34b74315.png" />
<meta name="msapplication-square70x70logo" content="assets/cf3de46677f1e6879d4f.png" />
<meta name="msapplication-square150x150logo" content="assets/a0f7ca74d5e8316d7e30.png" />
<meta name="msapplication-wide310x150logo" content="assets/557d1938825b566ff962.png" />
<meta name="msapplication-square310x310logo" content="assets/f86dec733640e871c810.png" />
<script>
document.documentElement.className = document.documentElement.className.replace("no-js", "js")
</script>
<link href="main.css" rel="stylesheet">
</head>
<body style="background-color:#4254f4">
<div id="app" class="app"></div>
<script defer="defer" src="9023.js"></script>
<script defer="defer" src="main.js"></script>
</body>
</html>