jimsite/index.html
Jim Shepich III 84a2e0a66e Return to template
Old project in the process of being gutted and adapted to a template for my website.
2021-09-28 00:53:49 -04:00

45 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<meta charset="UTF-8">
<head>
<link rel="stylesheet" type="text/css" href="main.css">
<link id ="stylesheet" rel="stylesheet" type="text/css" href="">
<!--<link rel="stylesheet" type="text/css" href="css/home.css">-->
<title>CHEM216HTML</title>
</head>
<body>
<div id="logo" onload="logoloader()"><p id="logop" align="center" onload="logoloader()">Total Synthesis of ()-Nahuoic Acid C<sub>i</sub> (B<sub>ii</sub>)</p></div>
<div class="container" id="container">
<!--********************************************Navigation Sidebar*******************************************************************-->
<div id="navibar">
<table id="navibartable">
<tr class="navibar" title="Pilot" target="home" style="font-weight:bold;"><td><a href="" class="navibarlink"><div class="gradient"><p class="padded"><br />HOME</p></div></a></td></tr>
<tr class="navibar" title="Get Schwifty" target="question"><td><a href="" class="navibarlink"><div class="gradient"><p class="padded"><br />LEADING QUESTION</p></div></a></td></tr>
</table>
</div>
<!--************************************************Title of Page********************************************************************-->
<div id="title"></div>
<div id="contentarea">
<iframe id="frame"></iframe>
</div>
</div>
</body>
<!--******************************************************SCRIPT*********************************************************************-->
<script src="main.js"></script>
<script src="navigation.js"></script>
<script src="resize.js"></script>
<script>
if(window.self!==window.top/*&&window.location.toLocaleString().indexOf("deeper")>=0*/){
document.body.style.backgroundImage="url('images/backgrounds/miniverse"+Math.round(Math.random()*4+1)+".png')";
} else if(document.getElementById("frame").src.indexOf("index.html")>=0){
document.body.style.backgroundImage="url('images/backgrounds/microverse.png')";
}
</script>
<script src="cheats.js"></script>
</html>