Replace Docusaurus site with static HTML
This commit is contained in:
30
index.html
Normal file
30
index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Stardust XR</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="icon" type="image/png" href="static/img/icon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Stardust XR</h1>
|
||||
<p>Stardust... We Fight For the Users!</p>
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="docs/">Docs</a>
|
||||
<a href="https://github.com/StardustXR" target="_blank" rel="noopener">GitHub</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Get Started</h2>
|
||||
<p>Check out the <a href="docs/#01-get-started/01-What-is-Stardust">What is Stardust?</a> guide to learn more.</p>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© 2024 Stardust XR</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user