Spaces:
Running
on
T4
Running
on
T4
<html> | |
<head> | |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"> | |
</head> | |
<body> | |
<div style=" | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; | |
text-align: center; | |
background: #059669; | |
padding: 18px; | |
gap: 18px; | |
border-radius: 8px; | |
"> | |
<div style=" | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
gap: 12px; | |
"> | |
<div style="display: flex; flex-direction: column; gap: 8px"> | |
<h1 style=" | |
font-size: 48px; | |
color: #fafafa; | |
margin: 0; | |
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', | |
'Lucida Grande', 'Lucida Sans', Arial, sans-serif; | |
"> | |
PDF Parsers Playground | |
</h1> | |
</div> | |
</div> | |
<p style=" | |
margin: 0; | |
line-height: 1.6rem; | |
font-size: 16px; | |
color: #fafafa; | |
opacity: 0.8; | |
"> | |
Playground for quick and easy experiment with many popular open-source PDF parsers.<br> | |
</p> | |
</div> | |
</body></html> | |