-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (17 loc) · 767 Bytes
/
index.html
File metadata and controls
21 lines (17 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name="description" content="JS Arkania Keeper is a save-game editor for Realms of Arkania games, written in javascript for the browser."/>
<meta name="keywords" content="JS Arkania Keeper, Save game editor, Save-game editor, Hex editor, Realms of Arkania, Role-Playing, Development, Free Software">
<title>JS Arkania Keeper</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="https://unpkg.com/98.css" />
<link rel='stylesheet' href='/build/bundle.css'>
<script defer src='/build/bundle.js'></script>
</head>
<body>
</body>
</html>