stride-website/404.html

14 строки
438 B
HTML
Исходник Постоянная ссылка Обычный вид История

2018-08-02 09:23:20 +03:00
---
layout: page
title: "404 - Page or File Not Found"
2018-08-02 09:23:20 +03:00
comments: false
permalink: /404.html
2018-08-02 09:23:20 +03:00
---
<p>
Oh no, this is embarrassing! The page you're looking for doesn't exist or has been moved to another address.
</p>
<p>If you think the address <code id="invalid-address"></code> should be valid, <a href="/contact">let us know</a>.</p>
2018-08-02 09:23:20 +03:00
<script>
document.getElementById("invalid-address").innerHTML = window.location.href;
</script>