-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
111 lines (111 loc) · 4.23 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!doctype html>
<html>
<head>
<link rel=icon type="image/png" href="favicon.png">
<meta name="twitter:image:src" content="https://browser.exokit.org/logo.svg">
<meta name="twitter:site" content="@exokitxr">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Polys">
<meta name="twitter:description" content="Crypto polygons">
<meta property="og:title" content="Exokit Browser">
<meta property="og:type" content="referenceSpace">
<meta property="og:url" content="https://browser.exokit.org/">
<meta property="og:image" content="https://browser.exokit.org/logo.svg">
<meta http-equiv="origin-trial" content="AspvaSU7F1Gbpa8q9JRNRNXFF+0+77C1xkxf1hkzJCrBI7Mmt/eG25QXLBn7lfzPsgrN5next8ZtIiCeGs6R4w8AAABleyJvcmlnaW4iOiJodHRwczovL2V4b2tpdC5vcmc6NDQzIiwiZmVhdHVyZSI6IldlYlhSRGV2aWNlTTc2IiwiZXhwaXJ5IjoxNTcxMTEyNjU0LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=">
<link href="index.css" rel=stylesheet>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/0735724151.js" crossorigin="anonymous"></script>
<!-- <script type="module" src="world.js"></script> -->
</head>
<body class=body>
<header>
<!-- <a href="https://browser.exokit.org">
<img class=icon src="logo.svg"/>
</a> -->
<a href="/" class="nav open" id="explore-dropdown">サナく</a>
</header>
<canvas id=canvas></canvas>
<section class=hero>
<div class=container>
<h1>I want to...</h1>
<ul>
<li>Run WebXR in Steam</li>
<ul>
<li>Download <a href="https://get.metassium.com/">Metassium</a> Chromium fork</li>
</ul>
</ul>
<ul>
<li>Multiplayer rooms with WebXR avatars & items</li>
<ul>
<li>Log into <a href="https://metaassembly.com/">MetaAssembly</a></li>
</ul>
</ul>
<ul>
<li>Explore a shared WebXR crypto world</li>
<ul>
<li>Check out <a href="https://webaverse.com/">Webaverse</a></li>
</ul>
</ul>
<ul>
<li>Publish avatars & items</li>
<ul>
<li>Use <a href="https://cryptopolys.com/">Cryptopolys</a> in browser</li>
</ul>
</ul>
<ul>
<li>Build WebXR apps</li>
<ul>
<li><a href="https://aframe.io/">A-Frame</a>, <a href="https://babylonjs.com/">Babylon.js</a>, <a href="https://threejs.org/">Three.js</a>, <a href="https://github.com/MozillaReality/unity-webxr-export">Unity</a></li>
</ul>
</ul>
<ul>
<li>Publish WebXR apps</li>
<ul>
<li>Use <a href="https://xrpackage.org/">XRPackage</a></li>
</ul>
</ul>
</div>
</section>
<!-- <section class=hero>
<div class=container>
<h1>Holographic loot<br>for virtual worlds</h1>
</div>
</section>
<section class=detail>
<div class=container>
<h2>1</h2>
<div class=wrap>
<h3>Build holographic loot visually</h3>
<p>Use the builder to create virtual loot in your browser.<br>VR or desktop -- try it with a friend!<br>Save to Ethereum as an ERC1155 token.</p>
</div>
</div>
</section>
<section class=detail>
<div class=container>
<h2>2</h2>
<div class=wrap>
<h3>Stick it like a sticker</h3>
<p>Stick your loot to your favorite worlds with Relatity Layers technology.<br>Your loot senses the world and reacts with scripts!</p>
</div>
</div>
</section>
<section class=detail>
<div class=container>
<h2>3</h2>
<div class=wrap>
<h3>Own it like you own it</h3>
<p>Loot is forever yours on Ethereum.<br>Unless you get bored and trade for something else on OpenSea!</p>
</div>
</div>
</section>
<section class=detail>
<div class=container>
<h2>4</h2>
<div class=wrap>
<h3>Open standards love you</h3>
<p>Stay compatible, Batman!<br>Cryptopolys run on open web standards.<br>It works in every headset, Quest compatible.</p>
</div>
</div>
</section> -->
</body>
</html>