mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
index.html
This commit is contained in:
parent
3f77390510
commit
6f47c637c7
14
index.html
14
index.html
@ -28,6 +28,16 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Facebook -->
|
||||
<div id="fb-root"></div>
|
||||
<script>(function(d, s, id) {
|
||||
var js, fjs = d.getElementsByTagName(s)[0];
|
||||
if (d.getElementById(id)) return;
|
||||
js = d.createElement(s); js.id = id;
|
||||
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'facebook-jssdk'));</script>
|
||||
|
||||
<header>
|
||||
<div class="inner">
|
||||
<h1>pdf2htmlEX</h1>
|
||||
@ -40,6 +50,10 @@
|
||||
<div class="inner clearfix">
|
||||
<section id="main-content">
|
||||
|
||||
<div style="float:right">
|
||||
<div class="fb-like" data-href="http://coolwanglu.github.com/pdf2htmlEX/" data-send="false" data-layout="box_count" data-width="450" data-show-faces="false"></div>
|
||||
</div>
|
||||
|
||||
<h1>pdf2html<strong>EX</strong> </h1>
|
||||
|
||||
<p>A beautiful demo is worth a thousand words:</p>
|
||||
|
Loading…
Reference in New Issue
Block a user