28 lines
724 B
HTML
28 lines
724 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Stardust XR Docs</title>
|
|
<link rel="stylesheet" href="../style.css" />
|
|
<link rel="icon" type="image/png" href="../img/icon.png" />
|
|
<script src="../js/marked.min.js"></script>
|
|
<script src="docs.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>
|
|
<a href="../index.html" style="color: inherit; text-decoration: none"
|
|
>Stardust XR Docs</a
|
|
>
|
|
</h1>
|
|
<nav>
|
|
<a href="../index.html">Home</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<div id="content">Loading...</div>
|
|
</main>
|
|
</body>
|
|
</html>
|