gecko/mobile/android/chrome/content/aboutReaderContent.html

17 lines
369 B
HTML

<!doctype html>
<html>
<head>
<!-- make links load outside of frame -->
<base target="_parent" />
</head>
<body>
<div id="reader-header" class="header">
<div id="reader-domain" class="domain"></div>
<h1 id="reader-title"></h1>
<div id="reader-credits" class="credits"></div>
</div>
<div id="reader-content" class="content"></div>
</body>
</html>