Spaces:
Paused
Paused
File size: 799 Bytes
caa79cc a73ec05 5c4aab2 133437f 5c4aab2 a73ec05 caa79cc 2e3e846 a73ec05 5c4aab2 a73ec05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
<html>
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(45deg, hsl(211, 25%, 27%) 0%, #0056b3 100%);
color: white;
text-align: center;
padding: 20px;
}
.container {
max-width: 600px;
margin: auto;
padding: 20px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.2);
}
input {
margin-top: 10px;
padding: 8px;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="container">
<h1>PDF Voice Reader</h1>
<p>Extract and listen to text from your PDF files effortlessly.</p>
<br><br>
</body>
</html>
|