This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (56 loc) · 2.65 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
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Cool, basic stuff -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Quick access to the Cartoon Network (US) schedule.">
<meta name="author" content="CTOON">
<meta name="robots" content="nofollow">
<title>CN Schedule</title>
<!-- Verification stuff -->
<meta name="google-site-verification" content="Spx1iga7tn8nrcaqbLh7RnekjcXBKvtplgswT9rONa8" />
<meta name="flattr:id" content="22jl5v">
<!-- Twitter hell -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@CTOONnet">
<meta name="twitter:title" content="Cartoon Network Schedule" data-vue-meta="true">
<meta name="twitter:description" content="Quick access to the Cartoon Network schedule.">
<meta name="twitter:image" content="https://schedule.ctoon.network/img/icons/CN-Pink.png">
<meta name="twitter:image:alt" content="CN Schedule">
<!-- Open Graph hell -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CN Schedule">
<meta property="og:title" content="Cartoon Network Schedule" data-vue-meta="true">
<meta property="og:description" content="Quick access to the Cartoon Network (US) schedule.">
<meta property="og:url" content="https://schedule.ctoon.network/" data-vue-meta="true">
<meta property="og:image" content="https://schedule.ctoon.network/img/icons/CN-Pink.png">
<!-- App hell -->
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/icons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#ec018c">
<meta name="apple-mobile-web-app-title" content="Schedule">
<meta name="application-name" content="Schedule">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#000000">
<link rel="preconnect" href="https://shy.ctoon.network">
</head>
<body>
<div id="jserror">
<noscript>
<h1>CN Schedule</h1>
<p>
<b>Please enable Javascript!</b><br/>
Our app rely on it to fetch, store and display the data.<br/>
Thanks!
</p>
<img src="https://shy.ctoon.network/ingress/85c3200b-ebd6-49d7-b87d-6eb29fecc21b/pixel.gif">
</noscript>
</div>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script nomodule src="/oldbrowser.js"></script>
</body>
</html>