-<?xml version="1.0" encoding="utf-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
<title>OUYA: <?= htmlspecialchars($title); ?></title>
<body class="discover">
<header>
<h1><?= htmlspecialchars($title); ?></h1>
- <img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="20%"/>
+ <img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="50"/>
</header>
<?php foreach ($sections as $section): ?>
<section class="tile<?= ($tile->thumb == '') ? ' noimg' : '' ?>">
<h3 class="title"><a href="<?= htmlspecialchars($tile->detailUrl) ?>"><?= htmlspecialchars($tile->title) ?></a></h3>
<?php if ($tile->thumb != ''): ?>
- <a href="<?= htmlspecialchars($tile->detailUrl) ?>"><img src="<?= htmlspecialchars($tile->thumb) ?>"/></a>
+ <a href="<?= htmlspecialchars($tile->detailUrl) ?>"><img src="<?= htmlspecialchars($tile->thumb) ?>" alt="Screenshot of <?= htmlspecialchars($tile->detailUrl) ?>"/></a>
<?php endif ?>
<?php if ($tile->type == 'app' && $tile->ratingCount > 0): ?>
<p class="rating">
-<?xml version="1.0" encoding="utf-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
<title><?= htmlspecialchars($json->title); ?> - OUYA game</title>
</head>
<body class="game">
<header>
- <img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="20%"/>
+ <img class="ouyalogo" src="../ouya-logo.grey.svg" alt="OUYA logo" width="50"/>
</header>
<section class="text">
<h1><?= htmlspecialchars($json->title); ?></h1>
</section>
<section class="buttons">
+ <h2>Links</h2>
<div>
<a href="<?= $apkDownloadUrl ?>">Download .apk</a>
<p>