actually add a home link
This commit is contained in:
parent
fc6f29aafa
commit
0a760206c4
1 changed files with 13 additions and 2 deletions
15
404.html
15
404.html
|
@ -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>
|
Loading…
Reference in a new issue