-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
buynmine.html
27 lines (25 loc) · 1.06 KB
/
buynmine.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="assets/css/style2.css">
<meta charset="utf-8">
<title>Space Brokers - Home</title>
</head>
<body>
<audio src="audio_0c6838c014.mp3" autoplay loop></audio>
<b><p class="subheading">Enter your name</p></b>
<form action = "http://localhost:5000/login" method = "post">
<p><input type = "text" name = "nm" /></p>
<p><input type = "submit" value = "submit" /></p>
</form>
<b> <p class="subheading">Current solari coins: 0.0000000000</p></b>
<button class="buttonhehe" onclick="window.location.href='gonna include path here'" >start mining</button>
<button class="buttonhehe" onclick="window.location.href='gonna include path here'">buy</button>
<br>
<br>
<br>
<br>
<b> <p class="subheading">Bought land? Why not take a Picture on it and make it memorable? </p></b>
<button class="buttonhehe" onclick="window.location.href='assets/space-selfie/index.html' ">Take a Picture! </button>
</body>
</html>