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 {
|
a {
|
||||||
color: #6c767c;
|
color: #8db3f4;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.email {
|
||||||
|
color: #6c767c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.go-home {
|
||||||
|
margin-top: 25px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -62,9 +70,12 @@
|
||||||
document.getElementById('message').innerHTML = '<em>' + messages[message] + '</em>';
|
document.getElementById('message').innerHTML = '<em>' + messages[message] + '</em>';
|
||||||
</script>
|
</script>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="go-home">
|
||||||
|
<a href="https://ellpeck.de">Go home</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="disclaimer">
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue