forked from Eisvana/EisvanaWikiPageCreator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaserenewal.html
24 lines (21 loc) · 847 Bytes
/
baserenewal.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Royal Space Society Wiki Page Creator - Actualización del Censo</title>
<meta name="application-name" content="Royal Space Society Wiki Page Creator" />
<meta name="description"
content="¡Actualice fácilmente el codigo del censo de su base en la Wiki de la Royal Space Society!" />
<meta name="theme-color" content="#280033" />
<meta name="keywords"
content="No Man's Sky, NMS, Wiki, Fandom, Page Creator, Base, Censo, Census, Royal Space Society" />
<script src="src/main.ts" type="module"></script>
</head>
<body>
<div style="display: inline-block; text-align: center; width: 100%">
<div>Versión %VITE_VERSION%</div>
</div>
<div id="app"></div>
</body>
</html>