alltube/resources/maintenance.xhtml

22 lines
692 B
HTML
Raw Normal View History

2018-06-03 15:37:23 +02:00
<?xml version="1.0"?>
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
2018-06-03 16:04:09 +02:00
<head>
2018-06-03 15:37:23 +02:00
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2015-08-30 19:40:32 +02:00
<title>AllTube Download - Maintenance</title>
2018-06-03 15:37:23 +02:00
<link rel="stylesheet" href="../dist/main.css"/>
2018-06-03 15:42:20 +02:00
<link rel="icon" href="../img/favicon.png"/>
2018-06-03 16:04:09 +02:00
</head>
<body>
2015-08-30 19:40:32 +02:00
<div class="wrapper">
2018-06-03 16:04:09 +02:00
<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>
2015-08-30 19:40:32 +02:00
</div>
2018-06-03 16:04:09 +02:00
</body>
2015-08-30 19:40:32 +02:00
</html>