2020-05-26 06:05:33 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > LocalCDN | Donate< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta charset = "utf-8" >
2020-06-13 20:52:24 +02:00
< link rel = "stylesheet" type = "text/css" href = "../style.css" >
2020-05-26 06:05:33 +02:00
< link rel = "stylesheet" type = "text/css" href = "donate.css" >
2020-05-26 20:28:32 +02:00
< link rel = "shortcut icon" href = "../images/favicon.ico" type = "image/x-icon" >
< link rel = "icon" href = "../images/favicon.ico" type = "image/x-icon" >
2020-05-26 06:05:33 +02:00
< / head >
< body >
2020-05-27 06:24:39 +02:00
< img src = "../images/logo.svg" alt = "Decentraleyes" class = "logo" / >
2020-05-26 06:05:33 +02:00
< div class = "container" >
2020-06-04 09:51:27 +02:00
< h1 > Donation Methods< / h1 >
2020-05-26 06:05:33 +02:00
< div class = "notice" >
< div class = "subtle-hint" >
< p > LocalCDN is free and open-source. If you like LocalCDN you can support continued development by making a donation. Any help would be greatly appreciated!< / p >
2020-06-04 09:51:27 +02:00
< p > < b > Question:< / b > < i > Why are the donation options only displayed here and no longer on the website?< / i > < br / > < b > Answer:< / b > I think it is better if your public IP address is rarely listed in any server log files.< / p >
< / div >
2020-06-13 20:52:24 +02:00
< div class = "subtle-hint div-donations" >
2020-06-04 09:51:27 +02:00
< h3 > SEPA Bank Transfer< / h3 >
2020-05-26 06:05:33 +02:00
< div id = "div-bank-transfer" >
2020-06-04 09:51:27 +02:00
< table id = "table-bank-transfer" >
< tbody >
< tr >
< td > < / td > < td > LocalCDN< / td >
< / tr >
< tr >
< td > IBAN:< / td > < td > DE44 5003 1000 1069 4660 08< / td >
< / tr >
< tr >
< td > BIC:< / td > < td > TRODDEF1XXX< / td >
< / tr >
< / tbody >
< / table >
2020-05-26 06:05:33 +02:00
< / div >
< / div >
2020-06-13 20:52:24 +02:00
< div class = "subtle-hint div-donations" >
2020-06-04 09:51:27 +02:00
< h3 > Bitcoin< / h3 >
< p class = "mono-block" > 1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde< / p >
< / div >
2020-06-13 20:52:24 +02:00
< div class = "subtle-hint div-donations" >
2020-06-04 09:51:27 +02:00
< h3 > Ether< / h3 >
< p class = "mono-block" > 0x2df49c1186f8b615c2059f29c3ed7f9f86d49552< / p >
< / div >
2020-05-26 06:05:33 +02:00
< / div >
< / div >
< / body >
< / html >