Remove useless metadata

This commit is contained in:
Pierre Rudloff 2016-05-01 20:14:58 +02:00
parent 67d7ffdef5
commit 726e71b9d0
6 changed files with 16 additions and 14 deletions

View file

@ -1,5 +1,5 @@
<!Doctype HTML>
<html lang="en" itemscope itemtype="http://schema.org/WebApplication">
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
@ -9,7 +9,7 @@
<body>
<div class="wrapper">
<div class="main">
<h1><img itemprop="image" 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>