Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +4 -4
templates/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap" rel="stylesheet">
|
| 9 |
|
|
@@ -15,7 +15,7 @@
|
|
| 15 |
:root {
|
| 16 |
--bg-dark-blue: #141c30;
|
| 17 |
--card-dark-blue: #1e2945;
|
| 18 |
-
--accent-green: #
|
| 19 |
--text-light-gray: #e0e6f0;
|
| 20 |
--text-muted: #a0aec0;
|
| 21 |
--border-color: rgba(255, 255, 255, 0.1);
|
|
@@ -101,7 +101,7 @@
|
|
| 101 |
}
|
| 102 |
|
| 103 |
#submitBtn { background: var(--accent-green); border: none; padding: 15px; border-radius: 12px; font-size: 1rem; font-weight: 700; width: 100%; cursor: pointer; transition: all 0.2s ease; color: var(--bg-dark-blue); box-shadow: 0 5px 15px rgba(0, 255, 192, 0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
|
| 104 |
-
#submitBtn:hover { background: #
|
| 105 |
#submitBtn:active { box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4); transform: translateY(1px); color: var(--bg-dark-blue); }
|
| 106 |
#submitBtn:disabled { opacity: 0.4; cursor: not-allowed; background: var(--text-muted); box-shadow: none; }
|
| 107 |
|
|
@@ -122,7 +122,7 @@
|
|
| 122 |
<body>
|
| 123 |
|
| 124 |
<div class="container">
|
| 125 |
-
<h1>📸
|
| 126 |
<p class="subtitle">Sube imágenes y/o PDFs. ¡Arrastra el ícono para reordenar!</p>
|
| 127 |
|
| 128 |
<form id="uploadForm">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>NOVA PDFEADOR</title>
|
| 7 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
| 8 |
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap" rel="stylesheet">
|
| 9 |
|
|
|
|
| 15 |
:root {
|
| 16 |
--bg-dark-blue: #141c30;
|
| 17 |
--card-dark-blue: #1e2945;
|
| 18 |
+
--accent-green: #b3ff03;
|
| 19 |
--text-light-gray: #e0e6f0;
|
| 20 |
--text-muted: #a0aec0;
|
| 21 |
--border-color: rgba(255, 255, 255, 0.1);
|
|
|
|
| 101 |
}
|
| 102 |
|
| 103 |
#submitBtn { background: var(--accent-green); border: none; padding: 15px; border-radius: 12px; font-size: 1rem; font-weight: 700; width: 100%; cursor: pointer; transition: all 0.2s ease; color: var(--bg-dark-blue); box-shadow: 0 5px 15px rgba(0, 255, 192, 0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
|
| 104 |
+
#submitBtn:hover { background: #dfe0e4; box-shadow: 0 8px 20px rgba(0, 255, 192, 0.5); }
|
| 105 |
#submitBtn:active { box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4); transform: translateY(1px); color: var(--bg-dark-blue); }
|
| 106 |
#submitBtn:disabled { opacity: 0.4; cursor: not-allowed; background: var(--text-muted); box-shadow: none; }
|
| 107 |
|
|
|
|
| 122 |
<body>
|
| 123 |
|
| 124 |
<div class="container">
|
| 125 |
+
<h1>📸 NOVA PDF TOOL</h1>
|
| 126 |
<p class="subtitle">Sube imágenes y/o PDFs. ¡Arrastra el ícono para reordenar!</p>
|
| 127 |
|
| 128 |
<form id="uploadForm">
|