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