Integrate spamtrap on homepage
This commit is contained in:
parent
58bd00d67b
commit
640e6be3c6
@ -61,6 +61,10 @@ html {
|
||||
min-width: inherit;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.semihidden {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
.header {
|
||||
min-height: inherit;
|
||||
height: 100vh;
|
||||
|
@ -18,8 +18,10 @@
|
||||
<body>
|
||||
<!--
|
||||
Looking to help us achieve more?
|
||||
Mail me at caskd@redxen.eu or start contributing on http://git.redxen.eu/RedXen
|
||||
Mail me or start contributing on http://git.redxen.eu/RedXen
|
||||
-->
|
||||
<!-- SPAM SPAM GO AWAY, COME AGAIN ANOTHER DAY -->
|
||||
<a class="semihidden" href="mailto:honeypot@redxen.eu">SPTR, IGNORE</a>
|
||||
<div class="header">
|
||||
<div class="content">
|
||||
<img src="res/logo.png">
|
||||
|
Loading…
Reference in New Issue
Block a user