mirror of
https://github.com/zotero/zotero.git
synced 2026-09-11 22:51:15 +00:00
10 lines
207 B
HTML
10 lines
207 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>PDF Renderer</title>
|
|
<script src="resource://zotero/reader/pdf.js"></script>
|
|
<script src="renderer.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|