-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<title>{app_title}</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta name="description"
content="hololive OCG Deck Converter - Convert your hOCG deck into various formats, such as Deck Log, holoDelta, HoloDuel, or even proxy sheets.">
<meta name="keywords" content="hololive, hOCG, OCG, TCG, card game, deck, converter">
<meta name="author" content="Qrimpuff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website">
<meta property="og:url" content="https://qrimpuff.github.io/hocg-deck-convert/">
<meta property="og:title" content="hololive OCG Deck Converter">
<meta property="og:description"
content='"hololive OCG Deck Converter" allows you to convert your hOCG deck into various formats, such as Deck Log, holoDelta, HoloDuel, or even proxy sheets.'>
<meta property="og:image" content="https://qrimpuff.github.io/hocg-deck-convert/image.png">
<meta charset="UTF-8" />
<link rel="stylesheet" href="/hocg-deck-convert/style.css">
<script defer src="https://cloud.umami.is/script.js" data-website-id="eaaa2375-48a2-47cc-8d62-88a633825515"></script>
{style_include}
</head>
<body>
<div id="main">
<div id="loading">
<div class="section">
<div class="container ">Loading...</div>
</div>
</div>
</div>
</body>
</html>