-
Notifications
You must be signed in to change notification settings - Fork 0
/
sofa.html
55 lines (51 loc) · 2.3 KB
/
sofa.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
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="utf-8" />
<title>Three.js — playground</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Bornfight" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Bornfight" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.bornfight.com/" />
<meta property="og:title" content="Bornfight" />
<meta property="og:image" content="static/ui/three-js-playground-cover.jpg" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<link rel="icon" type="image/png" href="static/ui/favicon/favicon.png" />
<style id="critical-css"></style>
<link rel="stylesheet" href="static/dist/style.css" />
</head>
<body class="is-light">
<!-- LOADER -->
<div class="o-loader"></div>
<!-- //LOADER -->
<!-- NAVIGATION -->
<div class="o-navigation js-navigation-wrapper">
<div class="c-navigation">
<div class="o-container">
<a href="index.html" class="c-link c-link--back">
<span class="c-link__prepend">
<svg class="u-icon u-icon--chevron-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15">
<path d="M10.4.9l1.4 1.4-5 5.2 4.9 5.2-1.5 1.4-6.1-6.6L10.4.9z"></path>
</svg>
</span>
<span class="c-link__label">Back</span>
</a>
</div>
</div>
</div>
<!-- //NAVIGATION -->
<!-- PAGE -->
<div class="o-page__inner">
<section class="c-sofa js-sofa-container" data-model-source="static/models/sofa.glb" data-map-location="static/models/">
<!-- CANVAS ELEMENT WILL BE INJECTED HERE -->
</section>
</div>
<!-- //PAGE -->
<script src="static/dist/vendor.js"></script>
<script src="static/dist/bundle.js" defer></script>
</body>
</html>