11 lines
206 B
HTML
11 lines
206 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Offline</title>
|
|
</head>
|
|
<body>
|
|
<h1>You are offline</h1>
|
|
<p>Please check your connection.</p>
|
|
</body>
|
|
</html>
|