1
0

Create index.html
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
Aiden
2026-06-10 14:29:23 +10:00
parent 82d5c31ab2
commit 5397bf1a5c

28
index.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=./test-pages/">
<title>VR Web Player Tests</title>
<style>
body {
margin: 0;
min-height: 100vh;
display: grid;
place-items: center;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #151515;
background: #f4f4f2;
}
a {
color: inherit;
font-weight: 650;
}
</style>
</head>
<body>
<p><a href="./test-pages/">Open VR Web Player test pages</a></p>
</body>
</html>