-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
38 lines (35 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<!--
Flipnote-Player
Web player for animations created with Flipnote Studio and Flipnote Studio 3D
By James Daniel
https://github.com/jaames or https://twitter.com/rakujira
Source
https://github.com/jaames/flipnote-player
Special thanks
Kaeru Team (testing help)
Sudomemo (sample flipnotes)
-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Flipnote Player</title>
<meta name="application-name" content="Flipnote Player">
<meta name="description" content="Web player and video converter for PPM and KWZ animations created with Flipnote Studio and Flipnote Studio 3D">
<meta property="og:type" content="website">
<meta property="og:image" content="https://flipnote.rakujira.jp/static/media/social_media_preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="shortcut icon" href="/favicon.ico">
<script src="./index.jsx" type="module"></script>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "2d7aebe04b134b3598f69c44ed5c20d0"}'></script>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>