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

19 lines
465 B
HTML
Raw Normal View History

2012-08-23 00:06:17 -07:00
<!doctype html>
<html>
<head>
<!-- make links load outside of frame -->
<base target="_parent" />
<link rel="stylesheet" href="chrome://browser/skin/aboutReaderContent.css" type="text/css"/>
2012-08-23 00:06:17 -07:00
</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>