-
Notifications
You must be signed in to change notification settings - Fork 0
/
vguit.html
52 lines (44 loc) · 2.18 KB
/
vguit.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
49
50
51
52
<head>
<title>Walk</title>
<script>
function windowx() {
if ((parseInt(navigator.appVersion) >= 4)) {
self.resizeTo(100, 100);
//055,066,077,088,055
window.moveTo(0, 0);
//033,44,00,101,202,303,055
window.open("vguit1.html", "my", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=100,height=100,top=0,left=0");
//011,022,099,055
window.open("am2.html", "my1", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=100,height=100,top=0,left=600");
window.open("vguit2.html", "my2", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=100,height=100,top=200,left=200");
//055,066,055
//055,066
} else {
window.open("vguit2.html", "my", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=100,height=100,top=0,left=0");
//055,066
window.open("vguit1.html", "my1", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=100,height=100,top=0,left=600");
//055,066
//055,066
window.open("am2.html", "my3", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=100,height=100,top=400,left=400");
}
//055,066
}
</script>
</head>
<body onload="windowx();">
<img src="assets/logo.png" height="100px" width="auto">
<P>
Newisham is famous for it's beautiful infrastrcture, feel free to take a look! :)
,<Br> <a href="contents.html"> home </a>
</P>
<p id="ping" align="center">
<a href="mattescopyspace.html"><img src="walk/guit2.JPG" align="center" width="30%" height="auto"> </a><Br>
<br>
Newisham mysterious street guitar has been established <br>
with the councils mysterious object funding won in June this year
<br>
Is said to give residents who touch it the power to win eurovision <br>
previously used by OASIS <br>
</p>
<a href="valk7.html" align="right"><button align="right">Next</button></a>
</body>