You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
454 B
20 lines
454 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Emancipate XR</title>
|
|
<link rel="stylesheet" href="./css/style.css" />
|
|
</head>
|
|
<body>
|
|
<div id="blocker">
|
|
<div id="title">
|
|
Emanciptating VR
|
|
</div>
|
|
<div id="instructions">
|
|
Loading...
|
|
</div>
|
|
</div>
|
|
<script type="module" src="./js/main.js"></script>
|
|
<script src="./js/titleAnimation.js"></script>
|
|
</body>
|
|
</html>
|