summaryrefslogtreecommitdiff
path: root/src/web/_views/modal/about.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_views/modal/about.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/web/_views/modal/about.php b/src/web/_views/modal/about.php
index 746607e..d434908 100644
--- a/src/web/_views/modal/about.php
+++ b/src/web/_views/modal/about.php
@@ -2,11 +2,10 @@
<?php /* vi: syntax=php */ ?>
<div id="about-modal-body">
<span class="logo">xssbook</span>
- <hr>
<span class="mb"><?=ucfirst(lang('version'))?></span>
<span><?=ucfirst(lang('copyright'))?></span>
- <hr>
- <a class="btn btn-blue" href="https://g.freya.cat/freya/xssbook2">Source Code</a>
+ <a class="btn btn-blue mt" href="https://g.freya.cat/freya/xssbook2">Source Code</a>
+ <p>For reports of abuse, please email <a class="btn-blue" href="mailto:contact@freyacat.org">contact@freyacat.org</a></p>
</div>
<style>
#about-modal-body {
@@ -15,8 +14,6 @@
flex-direction: column;
justify-content: center;
align-items: center;
- font-weight: bold;
- font-size: 1.1rem;
padding: 1rem;
}
#about-modal-body .logo {