Hotfix: fix paths in error.html and maintenance.html
This commit is contained in:
parent
a9b40954ca
commit
e091b53dbe
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue