alltube/resources/error.html

19 lines
610 B
HTML
Raw Normal View History

2015-08-30 19:40:32 +02:00
<!Doctype HTML>
2016-05-01 20:14:58 +02:00
<html lang="en">
2015-08-30 19:40:32 +02:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AllTube Download - Maintenance</title>
<link rel="stylesheet" href="../dist/main.css" />
2015-08-30 19:40:32 +02:00
</head>
<body>
<div class="wrapper">
<div class="main">
<h1><img class="logo" src="../img/logo.png"
2015-08-30 19:40:32 +02:00
alt="AllTube Download" width="328" height="284"></h1>
<div>An error occurred in the application and your page could not be served. Please try again in a few moments.</div>
</div>
</div>
</body>
</html>