mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 23:33:31 +01:00
14 lines
500 B
HTML
14 lines
500 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>PDF to Markdown</title>
|
|
<meta name="description" content="Converts PDF files to Markdown." />
|
|
<meta name="keywords" content="PDF, Markdown, converter, online">
|
|
<link rel="shortcut icon" href="favicons/favicon.ico" />
|
|
<link rel="icon" href="favicons/favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<div id="main"/>
|
|
<script type="text/javascript" src="bundle.js"></script></body>
|
|
</html> |