-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |