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" >
< link rel = "stylesheet" type = "text/css" href = "../welcome/welcome.css" >
< link rel = "stylesheet" type = "text/css" href = "../updates/updates.css" >
< 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-05-27 06:26:13 +02:00
< h1 > Donation< / 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 >
< div id = "div-bank-transfer" >
< 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 >
< p > (Currently only SEPA bank transfers)< / p >
< / div >
< / div >
< / div >
< / div >
< / body >
< / html >