mirror of
https://github.com/tomasvarg/testground-web-devel.git
synced 2026-03-01 08:28:49 +00:00
16 lines
250 B
HTML
16 lines
250 B
HTML
<html>
|
|
<head>
|
|
<title>Not Found</title>
|
|
<style>
|
|
body {
|
|
padding: 50px;
|
|
font: 14px Helvetica, Arial;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Sorry! Can't find that.</h1>
|
|
<p>The page you requested cannot be found.</p>
|
|
</body>
|
|
</html>
|