-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (26 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
46 lines (26 loc) · 1.32 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body style="background-color:#faebeb; ">
<div class="content">
<h1>Crime Busters virtual simulation</h1>
<p>Click an item to get started!</p>
<div id="img_cont">
<a href="powder.html" onclick="makeNumberP();">
<img class="hello" src ="https://lh3.googleusercontent.com/qxmocDIKeNgHZvgGeTg8PU5lCu2oPJQB_R7IETXqPiIba9htyF5giK0mA2uHSCcCbuHFuGPlMrXSGtsKHvqNWO40eYz3gXQ4126JGtvJWhQGqao98bpXzmuC9zcHRwkZPsdrW9NFUQ=w2400" /></a>
<a href="liquid.html" onclick="makeNumberL(); stopWatch();">
<img class="hello" src = "https://lh3.googleusercontent.com/iED0atGkwMLOc9GAMVGGmGEvspOyw80sBu_3_1d4lfybkaM5r4VVPqj0ZfJ4oEisutByS0HPri90w9trBRAVWJ8bCkrYTQsMHOUnXaPygLyENtaNn2QPvPJADQVooz-YYw-JFCpkiQ=w2400" /></a>
<a href="metal.html" onclick="makeNumberM(); stopWatch();">
<img class="hello" src = "https://lh3.googleusercontent.com/94KRIUHlSOil72GAQUlxhDroIDucwTb-jmAYPyFCWAYBpX5YBe6lLfVeX-si3z9acgeb5LWO3iL0WfSRXQLdFYLoM0Pn1h_a07mJKemt9WTKzRR6ZtcUogDEUsh0qoojyBim9VBbWg=w2400" /></a>
</div>
<p>Created by DaHee Kim</p>
<p>Shoot me an email! - daheek2004@gmail.com</p>
<script src="script.js"> </script>
<script>window.onload = getNumber();</script>
<script>window.onload = startTime();</script>
<script>window.onload = setPoint();</script>
</div>
</body>
</html>