mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
19 lines
465 B
HTML
19 lines
465 B
HTML
<!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"/>
|
|
</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>
|
|
|