16c261fada
Rather than adding two buttons, it seems easier to simply link to the relevant section of the README instead (since it also means fewer things to keep up-to-date).
15 lines
561 B
Markdown
15 lines
561 B
Markdown
---
|
|
title: PDF.js
|
|
template: layout.jade
|
|
---
|
|
|
|
|
|
<h1 class="text-center">PDF.js</h1>
|
|
<p class="text-center" style="font-size: 20px">A general-purpose, web standards-based platform for parsing and rendering PDFs.
|
|
</p>
|
|
<p class="text-center">
|
|
<a type="button" class="btn btn-lg btn-default" href="getting_started/#download">Download</a>
|
|
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js#online-demo">Demo</a>
|
|
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js">GitHub Project</a>
|
|
</p>
|