Linking to a DjVu document
The simplest way to publish a DjVu document on the Web is to link to the document from an HTML page using the HTML href attribute, as in the example below. When a user clicks the link, the DjVu document will appear in its full size and in the same browser window.
<a href="filename.djvu">My DjVu Document</a>
NOTE This method requires that you configure your Web server to associate the DjVu MIME types with DjVu file extensions. See "Configuring your Web server" for more information.