forked from Eisvana/EisvanaWikiPageCreator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
23 lines (20 loc) · 788 Bytes
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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 - Bases</title>
<meta name="application-name" content="Royal Space Society Wiki Page Creator" />
<meta name="description"
content="¡Genere fácilmente el código wiki para crear una página base en el Wiki de No Man's Sky!" />
<meta name="theme-color" content="#280033" />
<meta name="keywords" content="No Man's Sky, NMS, Wiki, Fandom, Page Creator, Base" />
<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>