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,5 +1,6 @@
<!Doctype HTML> <?xml version="1.0"?>
<html lang="en"> <!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
@ -9,8 +10,7 @@
<body> <body>
<div class="wrapper"> <div class="wrapper">
<div class="main"> <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>
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>An error occurred in the application and your page could not be served. Please try again in a few moments.</div>
</div> </div>
</div> </div>

View file

@ -1,5 +1,6 @@
<!Doctype HTML> <?xml version="1.0"?>
<html lang="en"> <!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
@ -9,8 +10,7 @@
<body> <body>
<div class="wrapper"> <div class="wrapper">
<div class="main"> <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>
alt="AllTube Download" width="328" height="284"></h1>
<div>This application is undergoing maintenance right now. Please check back later.</div> <div>This application is undergoing maintenance right now. Please check back later.</div>
</div> </div>
</div> </div>