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.
32 lines
915 B
32 lines
915 B
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Relax-Think</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
||
|
<meta name="theme-color" content="#353449">
|
||
|
<style>
|
||
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
canvas {
|
||
|
display: block;
|
||
|
-webkit-touch-callout: none;
|
||
|
-webkit-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
-moz-user-select: none;
|
||
|
-ms-user-select: none;
|
||
|
user-select: none;
|
||
|
outline: none;
|
||
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
|
||
|
}
|
||
|
</style>
|
||
|
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
|
||
|
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
|
||
|
<script src="bundle.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<a id="vrButton" href="#" title="Enter VR / Fullscreen"></a>
|
||
|
</body>
|
||
|
</html>
|