-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 1.99 KB
/
index.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
<html>
<head>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>GweiPump</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="shortcut icon" type="png" href="images/gweiPump.png">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<!-- Helps objects scale to mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="background-color:black;">
<div style="min-height: 5vh"></div>
<div style="min-height: 79vh">
<div class="col text-center">
<img class="img-fluid" alt="Responsive image" src="images/gweiPump.png" width="450" height="450"/><!--Set width to 40% of the screen width-->
</div>
</div>
<div class="container">
<div style="min-height: 6vh">
<div class="row">
<div class="col text-center">
<form action="https://github.com/GweiPump">
<input type="submit" class="btn btn-outline-secondary" value="GweiPump GitHub" />
</form>
</div>
</div>
</div>
<div class="col text-center">
<form action="pages/buy.html">
<input type="submit" class="btn btn-outline-secondary" value="Enter GweiPump" />
</form>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- <script src="app.js"></script> -->
</body>
</html>