-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjouhou.html
37 lines (30 loc) · 1.12 KB
/
jouhou.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
<!DOCTYPE html>
<html>
<head>
<meta name="twitter:card" content="player"/>
<meta name="twitter:site" content="modelviewer"/>
<meta name="twitter:player:width" content="480"/>
<meta name="twitter:player:height" content="480"/>
<meta name="twitter:player"
content="https://fukukoussjouhou.github.io/webars/jouhou.html" />
<meta property="og:title" content="Jouhouhan 3D View"/>
<meta property="og:description" content="PLAMAR Web"/>
<meta property="og:image" content="https://fukukoussjouhou.github.io/webars/jouhou.png"/>
<script type="module" src="model-viewer.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PLAMAR for Web Jouhou</title>
</head>
<body>
<style>
model-viewer {
width: 100%;
height: 640px;
}
</style>
<!-- Use it like any other HTML element -->
<model-viewer width="500"
alt="School buildings"
src="./kousya_big_tablet.glb"
poster="jouhou.webp" seamless-poster shadow-intensity="1" camera-controls enable-pan></model-viewer>
</body>
</html>