diff --git a/index.php b/index.php new file mode 100644 index 0000000..055037b --- /dev/null +++ b/index.php @@ -0,0 +1,48 @@ +'; +echo ''; +foreach ($addresses as &$addr){ + echo '' . $addr . ''; +} +echo ''; +echo ''; +?> + +