-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinF.html
executable file
·48 lines (41 loc) · 1.3 KB
/
winF.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
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr">
<!--document.getElementById("myP").style.visibility="hidden";-->
<head profile="http://gmpg.org/xfn/11">
<title>MA Fishing</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="imagetoolbar" content="no" />
<link rel="stylesheet" href="styles/layout.css" type="text/css" />
</head>
<body id="top">
<div class="wrapper col1">
<div id="topbar">
</div>
</div>
<div class="wrapper col2">
<div id="header">
<div id="logo">
<h1><a href="#">Get Hooked</a></h1>
<p>A learning fishing game for the state of Massachussetts</p>
</div>
</div>
</div>
<div class="wrapper col3">
<div id="gallery">
<img src="images/wonF.png" width="1024" height="566" />
<!--br class="clear" /-->
<img src="images/playagain.png" onclick="Forward()" id="pag" />
</div>
</div>
<div class="wrapper col5">
<div id="container">
<br class="clear" />
</div>
</div>
<script>
function Forward() {
window.location.href = "https://e187e37c2d1b0e5298b62f7b2639b740eb7d4aca.googledrive.com/host/0B2jHpPeOc3kGX0R6WkxfU2w2NEU/start.html";
}
</script>
</body>
</html>