18 lines
675 B
HTML
18 lines
675 B
HTML
<!Doctype HTML>
|
|
<html lang="en" itemscope itemtype="http://schema.org/WebApplication">
|
|
<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" />
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="main">
|
|
<h1><img itemprop="image" class="logo" src="img/logo.png"
|
|
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>
|