alltube/maintenance.html

19 lines
576 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" />
</head>
<body>
<div class="wrapper">
<div class="main">
2016-05-01 20:14:58 +02:00
<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>This application is undergoing maintenance right now. Please check back later.</div>
</div>
</div>
</body>
</html>