-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (58 loc) · 4.01 KB
/
index.html
File metadata and controls
59 lines (58 loc) · 4.01 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpeg" href="https://mi2u.pages.dev/images/johnsu_Halfne-Miku-Studio.gif" />
<link rel="apple-touch-icon" href="https://mi2u.pages.dev/images/johnsu_Halfne-Miku-Studio.gif" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Acado - Academic Document Editor Online</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Google tag (gtag.js) for Brax -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S0FR0BDJS1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S0FR0BDJS1');
</script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<meta name="description" content="Acado is a free, mobile-friendly online document editor for you to create, preview, and export your academic assignments easily. With built-in APA-7 format and data stored directly on your device!" />
<meta name="keywords" content="document writer, apa 7 editor, online word document, acado, free apa citation, apa7 citation editor, online document writer, acado editor" />
<meta name="author" content="Dewan Mukto" />
<meta property="og:title" content="Acado - Online Document Editor" />
<meta property="og:description" content="Acado is a free, mobile-friendly online document editor for you to create, preview, and export your academic assignments easily. With built-in APA-7 format and data stored directly on your device!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://braxapp.github.io/apa7-docs/" />
<meta property="og:image" content="https://braxapp.github.io/images/acado_ogimage.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Acado - Online Document Editor" />
<meta name="twitter:description" content="Beautiful, mobile-friendly academic document editor focused on APA-7 formatting" />
<meta name="twitter:image" content="https://braxapp.github.io/images/acado_ogimage.jpg" />
<meta name="twitter:site" content="@DEWAN_MUKTO" />
<link rel="canonical" href="https://braxapp.github.io/apa7-docs/" />
<meta name="robots" content="index, follow" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Acado",
"url": "https://braxapp.github.io/apa7-docs/",
"logo": "https://braxapp.github.io/images/johnsu_Halfne-Miku-Studio.gif",
"description": Acado is a free, mobile-friendly online document editor for you to create, preview, and export your academic assignments easily. With built-in APA-7 format and data stored directly on your device!",
"applicationCategory": "Education",
"operatingSystem": "Any",
"creator": {
"@type": "Person",
"name": "Dewan Mukto"
}
}
</script>
<script type="module" crossorigin src="assets/index.js"></script>
<link rel="stylesheet" crossorigin href="assets/index.css">
</head>
<style>body{margin:0;overflow:hidden}#intro{position:fixed;top:0;left:0;width:100vw;height:100vh;background:black;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;animation:fadeOut .5s ease-in-out forwards;animation-delay:0.5s}#intro img{width:150px;animation:pulse 1s infinite}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.01);opacity:.7}}@keyframes fadeOut{from{opacity:1}to{opacity:0;visibility:hidden}}</style><div id="intro"><img src="https://dewanmukto.github.io/asset/images/classic_logo.png" alt="Logo"></div><script>document.getElementById("intro").addEventListener("animationend",()=>{document.getElementById("intro").style.display="none";document.body.style.overflow="auto"});</script>
<body class="font-sans">
<div id="root"></div>
</body>
</html>