This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// address used throughout page and script. could also just be hardcoded without PHP. | |
$addr = 'qqvppp5pe4sce8qyvyncdrhekgkxcyw2hczvervmp8'; | |
?> | |
<html> | |
<head> | |
<title>Donate BCH</title> | |
<style> | |
body { font:16pt arial; } | |
#address { font:18pt arial; } |