Files
pdf-viewer/sample/create-react-app-5/public/index.html
T
2024-04-26 13:46:45 +02:00

12 lines
255 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>react-pdf sample page</title>
</head>
<body>
<div id="root"></div>
</body>
</html>