mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2025-01-01 03:09:01 +01:00
20 lines
679 B
HTML
20 lines
679 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="%PUBLIC_URL%" />
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="Converts PDF files to Markdown." />
|
|
<meta name="keywords" content="PDF, Markdown, converter, online" />
|
|
<title>PDF to Markdown</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<script type="module" src="dist/index.js"></script>
|
|
<!--
|
|
This HTML file is a template.
|
|
-->
|
|
</body>
|
|
</html>
|