Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rgfigueredo91 committed Dec 6, 2023
1 parent 13ac7d2 commit ebfdf5a
Showing 1 changed file with 6 additions and 35 deletions.
41 changes: 6 additions & 35 deletions object/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,9 @@
font-size: 10pt;
background: #ffffff;
}
table,tr,td {
font-size: 10pt;
border-color: #777777;
background: #dddddd;
color: #000000;
border-style: solid;
border-width: 2px;
padding: 5px;
border-collapse: collapse;
}

h1 {
font-size: 18pt;
font-size: 2rem;
}
h2 {
font-size: 14pt;
Expand All @@ -44,14 +35,14 @@
</style>
</head>
<body>
<h1></h1>
<h1>Gomez Platero</h1>
<br>
<script type="text/javascript" src="object2vr_player.js">
</script>
<script type="text/javascript" src="skin.js">
</script>
<div id="container" style="width:100%;height:1080px;">
This content requires HTML5 &amp; Javascript or Adobe Flash Player Version 9 or higher.

</div>
<script type="text/javascript">

Expand All @@ -64,28 +55,8 @@ <h1></h1>
// hide the URL bar on the iPhone
setTimeout(function() { hideUrlBar(); }, 10);
</script>
<noscript>
<p><b>Please enable Javascript!</b></p>
</noscript>


<p>
<table>
<tr>
<td><b>Description</b></td>
<td></td>
</tr>
<tr>
<td><b>Author</b></td>
<td></td>
</tr>
<tr>
<td><b>Date/Time</b></td>
<td></td>
</tr>
<tr>
<td><b>Copyright</b></td>
<td></td>
</tr>
</table>

</body>
</html>

0 comments on commit ebfdf5a

Please sign in to comment.