20 lines
544 B
HTML
20 lines
544 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<style>
|
|
.content {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
padding: 20px;
|
|
background-color: #242424;
|
|
font-family: 'Robot', sans-serif;
|
|
font-size: 10pt;
|
|
color: #838383;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<h1 style="font-size: 14pt;">Content not found</h1>
|
|
<p>The content you are looking for could not be found. Try reloading the page. If the problem persists, check your internet connection. You must be connected to the internet to access this content.</p>
|
|
</div>
|
|
</body> |