Cleanup root folder (fixes #110)
This commit is contained in:
parent
c1c6c2dd97
commit
f9203706f7
21 changed files with 17 additions and 17 deletions
18
resources/error.html
Normal file
18
resources/error.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!Doctype HTML>
|
||||
<html 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" />
|
||||
</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>
|
Loading…
Add table
Add a link
Reference in a new issue