23 lines
723 B
HTML
23 lines
723 B
HTML
<?xml version="1.0"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" 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"/>
|
|
<link rel="icon" href="../img/favicon.png"/>
|
|
</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>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>
|