feat: Use XHTML for static pages

This commit is contained in:
Pierre Rudloff 2018-06-03 15:37:23 +02:00
parent 106c08e562
commit f0461712ef
2 changed files with 14 additions and 14 deletions

View File

@ -1,16 +1,16 @@
<!Doctype HTML>
<html lang="en">
<?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" />
<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"
alt="AllTube Download" width="328" height="284"></h1>
<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>

View File

@ -1,16 +1,16 @@
<!Doctype HTML>
<html lang="en">
<?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" />
<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"
alt="AllTube Download" width="328" height="284"></h1>
<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>