2021-01-03 14:18:22 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-03-05 20:50:13 +01:00
|
|
|
<base href="%PUBLIC_URL%" />
|
2021-01-03 14:18:22 +01:00
|
|
|
<meta charset="utf-8" />
|
2021-03-05 20:50:13 +01:00
|
|
|
<link rel="icon" href="favicon.ico" />
|
2021-01-03 14:18:22 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2021-03-05 20:50:13 +01:00
|
|
|
<meta name="description" content="Converts PDF files to Markdown." />
|
|
|
|
<meta name="keywords" content="PDF, Markdown, converter, online" />
|
2021-01-29 13:24:48 +01:00
|
|
|
<title>PDF to Markdown</title>
|
2021-01-03 14:18:22 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
2021-03-05 20:50:13 +01:00
|
|
|
<script type="module" src="dist/index.js"></script>
|
2021-01-03 14:18:22 +01:00
|
|
|
<!--
|
2021-03-05 20:50:13 +01:00
|
|
|
This HTML file is a template.
|
|
|
|
-->
|
|
|
|
</body>
|
2021-01-03 14:18:22 +01:00
|
|
|
</html>
|