This commit is contained in:
bubasik
2019-02-04 11:00:54 +03:00
parent 4d92b6b396
commit d0cabc8d87
21 changed files with 452 additions and 1 deletions

6
contact.php Normal file
View File

@@ -0,0 +1,6 @@
<h2>Contact</h2>
<table>
<tr><td><?php echo $name; ?> homepage:</td><td><a href="<?php echo $web; ?>"><?php echo $web; ?></a></td></tr>
<tr><td><?php echo $name; ?> block explorer:</td><td><a href="<?php echo $web_block; ?>"><?php echo $web_block; ?></a></td></tr>
<tr><td>E-mail:</td><td><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></td></tr>
</table>