-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·54 lines (54 loc) · 1.42 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
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>MyBinance</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/ArdeshirV/MyBinance/master/img/bnb.ico">
<style>
body {
margin: 5vh 5vw;
color: lime;
font-family: monospace;
background-color: black;
}
.copyright {
color: yellow;
text-align: center;
}
section {
margin-bottom: 4em;
margin-left: 2em;
margin-right: 2em;
}
img {
width: 100%;
}
h1 {
color: red;
text-align: center;
}
pre {
color: gray;
}
</style>
</head>
<header>
<h1>MyBinance</h1>
</header>
<main>
<article>
<section>
<p><a href="https://github.com/ArdeshirV/MyBinance" target="_blank" alt="Download MyBinance source code">Source code on my github</a></p>
</section>
<section>
<p>Demonstrate specified cryptocurrency values by binance.com API<p/>
<img alt="Run MyBinance" src="https://raw.githubusercontent.com/ArdeshirV/MyBinance/master/img/Run_MyBinance.png">
</section>
</article>
</main>
<footer>
<p class="copyright">
Copyright© 2017-2019 <a href="mailto:ardeshirv@protonmail.com" alt="email">ArdeshirV@protonmail.com</a>, Licensed under GPL<sup>v3+</sup>
<p/>
</footer>
</body>
</html>