-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Moepictures</title>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7QXQRFY8W0"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag(){dataLayer.push(arguments)}
gtag("js", new Date())
gtag("config", "G-7QXQRFY8W0")
</script>
<!-- Browser Metadata -->
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval' 'unsafe-inline' blob:; frame-src 'self' style-src 'self' 'unsafe-inline'"/>
<!-- Search Engine Metadata -->
<meta name="author" content="Moebits">
<meta name="description" content="Moepictures is a cute/moe anime image board. Search for the most moe art, comics, animations, music, and 3d models! Posts are organzied by artists, characters, series, and tags.">
<meta name="keywords" content="anime, manga, moe, cute, kawaii, images, pictures, image board, anime art, art, music, comic, 3d models, booru, moepictures">
<!-- Twitter Tags -->
<meta name="og:title" content="Moepictures">
<meta name="og:description" content="Moepictures is a cute/moe anime image board. Search for the most moe art, comics, animations, music, and 3d models! Posts are organzied by artists, characters, series, and tags.">
<meta name="og:image" content="/assets/misc/mainimg.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="robots" content="noai, noimageai">
<!-- Links -->
<link rel="icon" type="image/x-icon" href="/assets/purple/favicon.png">
<link rel="apple-touch-icon" href="/assets/purple/favicon.png">
<link rel="manifest" href="/public/manifest.json">
</head>
<body ontouchstart="" class="drag">
<div id="root"></div>
<noscript>You need to enable JavaScript to visit this website.</noscript>
</body>
</html>