-
Notifications
You must be signed in to change notification settings - Fork 0
/
special.html
35 lines (35 loc) · 1.19 KB
/
special.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
30
31
32
33
34
35
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>Special</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="special.js"></script>
<script src="jquery.classywiggle.js"></script>
</head>
<body>
<div class="logo-wrapper">
<div class="logo">
<a href="index.html"><img src="logo.png"></a>
</div>
</div>
<div class="navbar-wrapper">
<div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="compositionviewer.html">Composition Viewer</a></li>
<li><a href="atomsplit.html">Atom Splitter</a></li>
<li class="selected"><i><a href="special.html">Surprise</a></i></li>
</ul>
</div>
</div>
<div id="content">
<b>!IMPORTANT! Please read the homepage and complete the other two sections before doing this one.</b>
<br><br>
<button type="button" id="button" onclick="startSim()">I've finished all other sections</button>
<div id="picarea"></div>
<div id="caption"></div>
<button id="next" type="button" onclick="startSim2()">Next</button>
</div>
</body>
</html>