blob: e8506e5b4057f427096a53321ccdfb67b595718d (
plain)
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
|
<!doctype html>
<!--
Copyright (C) 2021 Dominic Matarese
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="utf-8"/>
<title>The Dom Dot Com</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<div id="grid"></div>
<div id="container">
<div id="content">
<div id="title">
<center>Donate Cryptocurrency</center>
<br>
</div>
<center>
<img src="bitcoin-logo-png-transparent.png" width=200px height=200px>
<img src="bitcoin-address.png" width=200px height=200px>
<br>
<p style="background: black; color: #20FF86; font-size: 16px;">Bitcoin Address Goes HereGbASb </p>
<br>
<img src="monero-logo-png-transparent.png" width=200px height=200px>
<img src="monero-address.png" width=200px height=200px>
<br>
<p style="background: black; color: #20FF86; font-size: 16px;">493zSjx8NhU83bM8RzDEC7FLtjSWfGn9gj5kCds68dhmHX1zL11Bf3KR3eh57SmduCL1TonWhxD2gUbtqkAnYQqsTQGbASb </p>
<br>
</center>
<div id="footer">
This website is released under the <a href="https://www.gnu.org/licenses/gpl.txt">GNU GPL v3.0</a> by Dominic Matarese
</div>
</div>
</div>
</html>
|