-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
45 lines (41 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>{{ title }}</title>
<meta property="og:type" content="website">
<meta property="fb:app_id" content="595986227257647">
<meta property="og:image" content="https://dearsakura.deachsword.com/200x200.png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
{{{ meta.inject().title.text() }}}
{{{ meta.inject().meta.text() }}}
<meta name=apple-mobile-web-app-capable content=no>
<meta name=apple-mobile-web-app-status-bar-style content=default>
<meta name=apple-mobile-web-app-title content=DearSakura>
<meta name="theme-color" content="#222222">
<!-- Google Adsence -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8903262899674676",
enable_page_level_ads: true
});
</script>
<meta name="google-site-verification" content="F6JbHT5LXbjhKTtN4phm6gXJGafyYmO26DOnEGaw8ec">
<style>
:root {
--base-hue: 200;
--base-hue-deg: 200deg;
}
</style>
</head>
<body>
<noscript>
<strong>We're sorry but DearSakura doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>