feat: Use XHTML for static pages
This commit is contained in:
parent
106c08e562
commit
f0461712ef
2 changed files with 14 additions and 14 deletions
18
resources/maintenance.xhtml
Normal file
18
resources/maintenance.xhtml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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"/>
|
||||
</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>This application is undergoing maintenance right now. Please check back later.</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue