-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.13 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
<html>
<head>
<link href="./style.css" rel="stylesheet">
<script src="addresses.js" type="text/javascript"></script>
</head>
<body onload="initialize();">
<div class="top">
<a href="https://news.un.org/en/story/2022/03/1114052" target="_blank"><font color="white">STOP</font></a>
<a href="https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine" target="_blank"><font color="red">RUSSIANIAN INVASION</a></font>
<a href="https://liveuamap.com/" target="_blank"><font color="white">OF UKRAINE</font></a></font>
- SUPPORT
<a href="https://www.youtube.com/watch?v=TvHzAZY8zNI"><font color="lightblue">UKRAINIAN</font>
<font color="yellow">DEMOS</font></a>
<br>
<font>
(
currency
<span id="select_currency"></span>
<button onclick="update_address()">OK</button>
address:
<span class="tooltip">
<span id="address" onclick="CopyToClipboard(this.innerHTML)" onmouseout="ResetTooltip()">donation_address</span>
<span class="tooltiptext" id="myTooltip"> Copy</span>
</span>
)
</font>
<br>
</div>
<br>
<div class="bottom"><img src="email.png"/></div>
</body>
</html>