Skip to content

Commit

Permalink
embedded.html updated
Browse files Browse the repository at this point in the history
  • Loading branch information
theMK2k committed Dec 19, 2020
1 parent 604a5e6 commit dc74287
Showing 1 changed file with 9 additions and 28 deletions.
37 changes: 9 additions & 28 deletions embedded.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>

<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Big Box 3D - Embedded Example</title>
<meta name="description" content="">
<meta name="author" content="MK2k">

<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">

<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="img/favicon.png">

</head>

<body style="background: #ccffcc">

<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<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>
<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" style="height:1000px;width:700px;border:none;"></object>
<object data="/bigbox3d/bigbox3d.html?path=/bigbox3d/img/&name=sj_&ext=png&bg=ccffcc"
style="height:500px;width:100%;border:none;"></object>
</div>
</div>

<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>

</html>

0 comments on commit dc74287

Please sign in to comment.