-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (47 loc) · 2.59 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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- General Meta -->
<!-- General Meta Information -->
<!-- Content generates from config.php. Only adjust if you need to add, change, or remove complete functionalities. -->
<!-- Descriptive Meta -->
<title>Batman Miniature Game Crew Sheet Generator</title>
<meta name="author" content="BMG">
<meta name="publisher" content="BMG">
<meta name="keywords" content="bmg">
<meta name="description" content="Batman Miniature Game Crew Sheet Generator">
<!-- Crawler Meta -->
<!-- Tech Meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
<!-- Social Media Information -->
<!-- Open Graph (https://ogp.me/) -->
<meta property="og:type" content="website">
<meta property="og:title" content="Batman Miniature Game Crew Sheet Generator">
<meta property="og:site_name" content="Batman Miniature Game Crew Sheet Generator">
<meta property="og:description" content="A webapp for generating reference sheets of your crews for games of Batman Miniatures Game.">
<meta property="og:image" content="https://bmgenius.xyz/print/dist/img/BMGenius-logos.jpeg">
<meta property="og:image:type" content="image/jpeg" >
<meta property="og:image:width" content="1200" >
<meta property="og:image:height" content="1200" >
<!-- Favicons -->
<!-- CSS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans&display=swap" rel="stylesheet">
<!-- Add more files, if needed, but try to consolidate it into one for better performance -->
<link rel="stylesheet" href="./dist/css/app.css?v=1.1.78">
<link rel="stylesheet" href="./dist/css/print.css?v=1.1.8">
<link rel="apple-touch-icon" sizes="180x180" href="./dist/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./dist/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./dist/img/favicon-16x16.png">
<link rel="manifest" href="./dist/img/site.webmanifest">
</head>
<body itemscope itemtype="https://schema.org/WebSite">
<main id="app">
<character-generator></character-generator>
</main>
<script type="application/javascript" src="./dist/js/app.js?v=1.1.8"></script>
</body>
</html>