-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (34 loc) · 1.22 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Home</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="FrontEnd/css/index.css">
<link rel="shortcut icon" type="png" href="../Images/W_favicon.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 class="container-fluid">
<div style="min-height: 40vh"></div>
<div class="container">
<div class="center">
<img class="img-fluid" alt="Responsive image" src="Images/WeiGold.gif" width="450" height="450">
</div>
</div>
<div style="min-height: 40vh"></div>
<div class="container">
<div class="center">
<form action="FrontEnd/html/BuyPage.html">
<input type="submit" class="btn buttonHighContrast" value="Enter WeiGold" />
</form>
</div>
</div>
</div>
</body>
</html>