-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathembedded.html
29 lines (22 loc) · 959 Bytes
/
embedded.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
<head>
<title>Big Box 3D - Embedded Example</title>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
</head>
<body style="background: #ccffcc">
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<h4>Big Box 3D - Embedded Example</h4>
<p>This page shows how to embed <a href="https://github.com/theMK2k/bigbox3d" target="_blank">Big Box 3D</a>
into a website.</p>
</div>
<object data="/bigbox3d/bigbox3d.html?path=/bigbox3d/img/&name=sj_&ext=png&bg=ccffcc&bgvignette=false&bgpattern=false"
style="height:500px;width:100%;border:none;"></object>
</div>
</div>
</body>
</html>