-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (55 loc) · 2.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<title>Simplytopiya</title>
<meta name="description" content="Сozy place for me and friends">
<meta name="keywords" content="simplytopiya, vr, vr chat, aframe, utoyvo, demo">
<!-- open graph protocol -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://utoyvo.github.io/simplytopiya">
<meta property="og:site_name" content="Simplytopiya">
<meta property="og:title" content="Simplytopiya">
<meta property="og:description" content="Сozy place for me and friends">
<meta property="og:image" content="https://utoyvo.github.io/simplytopiya/public/assets/img/screenshot.jpg">
<meta property="og:image:alt" content="Simplytopiya">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta property="og:locale" content="en-US">
<!-- google -->
<meta itemprop="url" content="https://utoyvo.github.io/simplytopiya">
<meta itemprop="name" content="Simplytopiya">
<meta itemprop="description" content="Сozy place for me and friends">
<meta itemprop="image" content="https://utoyvo.github.io/simplytopiya/public/assets/img/screenshot.jpg">
<!-- icons -->
<link rel="icon" type="image/png" href="favicon.png">
<!-- aframe -->
<script src="https://utoyvo.github.io/simplytopiya/public/assets/libs/aframe/0.7.0/aframe.min.js"></script>
<!-- aframe components -->
<script src="https://utoyvo.github.io/simplytopiya/public/assets/libs/aframe/components/aframe-sharedspace-component/aframe-sharedspace-component.min.js"></script>
<script src="https://utoyvo.github.io/simplytopiya/public/assets/libs/aframe/components/aframe-environment-component/aframe-environment-component.min.js"></script>
<script src="https://rawgit.com/mayognaise/aframe-mouse-cursor-component/master/dist/aframe-mouse-cursor-component.min.js"></script>
</head>
<body>
<a-scene>
<!-- Avatar -->
<a-entity sharedspace="hold:true; audio:true"
avatars="onmyself:user"></a-entity>
<a-mixin id="user"
visible="false"
look-controls
wasd-controls="enabled:true; fly:true; acceleration:64; easing:8"
share="position, rotation"></a-mixin>
<!-- Environment -->
<a-entity environment="preset:forest"></a-entity>
</a-scene>
<template>
<a-sphere radius="0.8" material="src:url(https://utoyvo.github.io/simplytopiya/public/assets/img/avatar.jpg)" color="#ff0"></a-sphere>
</template>
<!-- scripts -->
<script src="https://utoyvo.github.io/simplytopiya/public/assets/js/app.js"></script>
</body></html>