forked from GamerIndiaOfficial/Gyani-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.03 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Gyani App </title>
</head>
<body style="background-color:white";>
<marquee style="background-color:indianred;">
<h3> Fill in the given information to see your bank balance</h3>
</marquee>
<p align="center"> Fill the information here </p>
<div align="center">
<input type="email" placeholder="Username">
<input type="password" placeholder="Password">
<p></p>
<a href="./enter" top-margin="5px"><button>Submit</button></a>
<p> Gyani App is the most powerful app that will show bank balance in just 2 seconds without any convience fees </p>
<p> Used by world leaders "Donald Trump","Vladimir Putin", "Narendra Damodar Das Modi", "Napoleon Bonarpárte", "Adolf Hitler". </p>
<br>
<hr>
<p> Invested and trusted by </p>
<p> 1: </p>
<img src="Google.png" width="150" height="100">
<p>2:</p>
<img src="Microsoft.jpeg" width="300" height="150">
</div>
</body>
</html>