forked from ignis05/baro-save-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (38 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta
name="description"
content="Online save and submarine editing tools for Barotrauma. Edit owned submarines, the crew, convert between single-player and multi-player formats, adjust campaign settings. Also includes some submarine editing tools and a save decompressor."
/>
<meta name="keywords" content="barotrauma, save editor, save, editor, submarine, decompressor" />
<meta name="author" content="ignis05" />
<title>Barotrauma Save Editor</title>
<link rel="icon" href="/baro-save-editor/favicon.ico" />
<link rel="apple-touch-icon" href="/baro-save-editor/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/baro-save-editor/favicon.ico" color="#4CAF50" />
<meta name="theme-color" content="#4CAF50" />
<meta property="og:title" content="Barotrauma Save Editor" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://TYHH100.github.io/baro-save-editor/" />
<meta property="og:site_name" content="TYHH100" />
<meta
property="og:description"
content="Online save and submarine editing tools for Barotrauma. Edit owned submarines, the crew, convert between single-player and multi-player formats, adjust campaign settings. Also includes some submarine editing tools and a save decompressor."
/>
<meta property="og:image" content="https://TYHH100.github.io/baro-save-editor/card.png" />
<meta property="og:image:width" content="1260" />
<meta property="og:image:height" content="630" />
<!-- This script tag will be removed and bundle chunks will be injected -->
<script type="module" src="/src/main.js"></script>
</head>
<body>
<noscript>
<strong> Barotrauma Save Editor doesn't work without JavaScript enabled. Enable it to continue. </strong>
</noscript>
<div id="app"></div>
</body>
</html>