-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbuyscreen.html
125 lines (99 loc) · 4.08 KB
/
buyscreen.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="assets/css/style2.css">
<meta charset="utf-8">
<title>Space Brokers - Buy</title>
</head>
<body>
<audio src="audio_0c6838c014.mp3" autoplay loop></audio>
<div class="topnav">
<a class="active" href="about.html">Buy</a>
<a href="buyscreen.html">xyz</a>
<a href="buyscreen.html">xyz</a>
</div>
<p class="heading2">Welcome Space Ranger! <br> Where do you wanna buy property?</p>
<center>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/0s010kP/mercury.gif" alt="" height="100px">
<p>MERCURY</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/mercuryvr.html' ">view in 3D</button>
</div>
</div>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/5sdXg0Y/venus.gif" alt="" height="80px">
<p>VENUS</p>
<button type="button" name="buttonx" onclick=" window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick=" window.location.href='3js/venusvr.html' ">view in 3D</button>
</div>
</div>
<div class="buttonxyz" >
<div class="planetimage">
<img src="https://i.ibb.co/LSNrjzh/mars.gif" alt="" height="120px">
<p>MARS</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/marsvr.html' ">view in 3D</button>
</div>
</div>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/sPxffWb/Jupiter.gif" alt="" height="160px">
<p>JUPITER</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/jupitervr.html' ">view in 3D</button>
</div>
</div>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/7Xb4p4y/Saturn.gif" alt="" height="155px">
<p>SATURN</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/saturnvr.html' ">view in 3D</button>
</div>
</div>
<br>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/B3zcwMB/Uranus.gif" alt="" height="100px">
<p>URANUS</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/uranusvr.html' ">view in 3D</button>
</div>
</div>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/KsfNy2F/Neptune.gif" alt="" height="90px">
<p>NEPTUNE</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/uranusvr.html' ">view in 3D</button>
</div>
</div>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/x3JMxFr/Moons.png" alt="" height="70px">
<p>MOONS</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
</div>
</div>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/23MSr5m/pluto.gif" alt="" height="100px">
<p>PLUTO</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/plutovr.html' ">view in 3D</button>
</div>
</div>
<div class="buttonxyz">
<div class="planetimage">
<img src="https://i.ibb.co/hFztSYp/cancri.gif" alt="" height="100px">
<p>CANCRI E</p>
<button type="button" name="buttonx" onclick="window.location.href='buynmine.html'">Buy</button>
<button type="button" name="buttonx" onclick="window.location.href='3js/cancrivr.html' ">view in 3D</button>
</div>
</div>
</center>
</body>
</html>