Hotfix: fix paths in error.html and maintenance.html

This commit is contained in:
Pierre Rudloff 2017-10-26 23:55:19 +02:00
parent a9b40954ca
commit e091b53dbe
2 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@
<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="stylesheet" href="../dist/main.css" />
</head>
<body>
<div class="wrapper">
<div class="main">
<h1><img class="logo" src="img/logo.png"
<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>

View File

@ -4,12 +4,12 @@
<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="stylesheet" href="../dist/main.css" />
</head>
<body>
<div class="wrapper">
<div class="main">
<h1><img class="logo" src="img/logo.png"
<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>