actually add a home link

This commit is contained in:
Ellpeck 2018-08-15 23:38:44 +02:00
parent fc6f29aafa
commit 0a760206c4

View file

@ -30,9 +30,17 @@
}
a {
color: #6c767c;
color: #8db3f4;
text-decoration: none;
}
.email {
color: #6c767c;
}
.go-home {
margin-top: 25px;
}
</style>
</head>
<body>
@ -62,9 +70,12 @@
document.getElementById('message').innerHTML = '<em>' + messages[message] + '</em>';
</script>
</p>
<p class="go-home">
<a href="https://ellpeck.de">Go home</a>
</p>
</div>
<div class="disclaimer">
<em>If you think there should be something here, please notify me at <a href="mailto:me@ellpeck.de">me@ellpeck.de</a>.</em>
<em>If you think there should be something here, please notify me at <a class="email" href="mailto:me@ellpeck.de">me@ellpeck.de</a>.</em>
</div>
</body>
</html>