18 lines
576 B
HTML
18 lines
576 B
HTML
<!Doctype HTML>
|
|
<html lang="en">
|
|
<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 class="logo" src="img/logo.png"
|
|
alt="AllTube Download" width="328" height="284"></h1>
|
|
<div>This application is undergoing maintenance right now. Please check back later.</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|