-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (55 loc) · 3.07 KB
/
index.html
File metadata and controls
57 lines (55 loc) · 3.07 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
<!doctype html>
<html lang="en">
<head>
<style>
body {
background-color: rgb(255, 255, 255)
}
@media (prefers-color-scheme: dark) {
body {
background-color: rgb(18, 18, 18);
}
}
</style>
<title>Project Lodestone</title>
<!-- preload -->
<link rel="preload" href="/assets/fa/css/fontawesome.css" as="style">
<link rel="preload" href="/assets/fa/css/solid.css" as="style">
<link rel="preload" href="/assets/fa/css/brands.css" as="style">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" as="style">
<!-- <link rel="preload" href="/assets/Lodestone_Logo.png" as="image">-->
<link rel="preload" href="/assets/LodestoneBg.jpg" as="image">
<link rel="preload" href="/assets/Lodestone_Favicon.png" as="image">
<link rel="preload" href="/assets/L_Lodestone.png" as="image">
<link rel="stylesheet" href="/assets/fa/css/fontawesome.css">
<link rel="stylesheet" href="/assets/fa/css/solid.css">
<link rel="stylesheet" href="/assets/fa/css/brands.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<!-- seo and theming -->
<link rel='icon' href="/assets/Lodestone_Favicon.png">
<link rel='shortcut icon' href="/assets/Lodestone_Favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:sitename" content="Project Lodestone | Info">
<meta property="og:image" content="/assets/LodestoneBg.jpg">
<meta property="og:type" content="website">
<meta property="og:title" content="Project Lodestone | Info">
<meta property="og:description" content="Edit, Convert and Transform Minecraft Worlds and file formats">
<meta property="og:url" content="https://team-lodestone.github.io">
<!-- why would you do this, xitter -->
<meta property="twitter:title" content="Project Lodestone | Info">
<meta property="twitter:description" content="Edit, Convert and Transform Minecraft Worlds and file formats">
<meta property="twitter:url" content="https://team-lodestone.github.io">
<meta property="twitter:image" content="/assets/LodestoneBg.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="theme-color" content="#A785FF">
<meta name="description" content="Edit, Convert and Transform Minecraft Worlds and file formats">
<meta name="keywords" content="minecraft, lodestone, world converter, converter, legacy console edition, lce, java edition, java, documentation, bedrock edition, bedrock, pi edition, pi, 3ds edition, 3ds, Project Lodestone, MCS, ARC, savegame.dat, GRF, gamerule, PCK, MSSCMP, MCR, MCA, NBT, COL, LOC">
<meta name="application-name" content="Project Lodestone">
<link rel="canonical" href="https://team-lodestone.github.io">
<meta name="google-site-verification" content="LLV7ybaGj_-pAwlkHA2Cg55BxTOAdUdjG2WcoEuZKKM" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>