-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 818 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 818 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PRUNplanner</title>
<meta
name="description"
content="Prosperous Universe Empire and Base Planning tool. Plan your empire and projects, dominate the markets." />
<meta
name="keywords"
content="prosperous universe, tool, game, base planner, prunner, pmmg, planet, plan" />
<meta name="robots" content="index, follow" />
<meta
http-equiv="Content-Type"
content="text/html; charset=text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Scorpio" />
</head>
<body>
<div id="app"></div>
<script src="/env.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>