diff options
Diffstat (limited to 'src/web/_views/home/main.php')
-rw-r--r-- | src/web/_views/home/main.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/web/_views/home/main.php b/src/web/_views/home/main.php index 50134e3..22cc856 100644 --- a/src/web/_views/home/main.php +++ b/src/web/_views/home/main.php @@ -47,7 +47,11 @@ <tr> <th><?=lang('contact_xmpp')?></th> <td><a href="xmpp:freya@freya.cat">freya@freya.cat</a></td> - </tr> + </tr> + <tr> + <th>XSSbook</th> + <td><a href="https://xssbook.com/profile?id=7">Admin istrator</a></td> + </tr> </tbody> </table> </div> |