Echo9k commited on
Commit
46a7459
·
1 Parent(s): 53cd054

Simple header corrected

Browse files
Files changed (1) hide show
  1. header.html +1 -33
header.html CHANGED
@@ -4,7 +4,7 @@
4
  <style>
5
  body {
6
  font-family: Arial, sans-serif;
7
- background: linear-gradient(45deg, #007bff 0%, #0056b3 100%);
8
  color: white;
9
  text-align: center;
10
  padding: 20px;
@@ -16,19 +16,6 @@
16
  border-radius: 8px;
17
  background: rgba(0, 0, 0, 0.2);
18
  }
19
- .button {
20
- display: inline-block;
21
- padding: 10px 20px;
22
- margin: 10px;
23
- border-radius: 24px;
24
- background-color: rgba(54, 54, 54, 1);
25
- color: white;
26
- text-decoration: none;
27
- font-size: 16px;
28
- }
29
- .button:hover {
30
- background-color: rgba(54, 54, 54, 0.75);
31
- }
32
  input {
33
  margin-top: 10px;
34
  padding: 8px;
@@ -41,25 +28,6 @@
41
  <div class="container">
42
  <h1>PDF Voice Reader</h1>
43
  <p>Extract and listen to text from your PDF files effortlessly.</p>
44
-
45
- <!-- File Upload -->
46
- <input type="file" id="pdfUpload" accept="application/pdf">
47
-
48
  <br><br>
49
-
50
- <!-- Buttons -->
51
- <a href="#" class="button" onclick="extractText()">Extract Text</a>
52
- <a href="#" class="button" onclick="readText()">Read Aloud</a>
53
- </div>
54
-
55
- <script>
56
- function extractText() {
57
- alert("Text extraction coming soon...");
58
- }
59
-
60
- function readText() {
61
- alert("Voice synthesis coming soon...");
62
- }
63
- </script>
64
  </body>
65
  </html>
 
4
  <style>
5
  body {
6
  font-family: Arial, sans-serif;
7
+ background: linear-gradient(45deg, #344557 0%, #0056b3 100%);
8
  color: white;
9
  text-align: center;
10
  padding: 20px;
 
16
  border-radius: 8px;
17
  background: rgba(0, 0, 0, 0.2);
18
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  input {
20
  margin-top: 10px;
21
  padding: 8px;
 
28
  <div class="container">
29
  <h1>PDF Voice Reader</h1>
30
  <p>Extract and listen to text from your PDF files effortlessly.</p>
 
 
 
 
31
  <br><br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  </body>
33
  </html>