Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -9
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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
|
8 |
<style>
|
9 |
body {
|
@@ -16,23 +16,20 @@
|
|
16 |
<div class="max-w-lg w-full bg-gray-800 rounded-xl shadow-lg overflow-hidden p-6">
|
17 |
<img src="cover1.jpg" alt="Coperta Carte" class="mx-auto mb-6 rounded-lg shadow-md">
|
18 |
|
19 |
-
<h1 class="text-2xl font-bold mb-4 text-white">
|
20 |
|
21 |
<p class="text-gray-400 text-lg mb-6">
|
22 |
-
|
23 |
</p>
|
24 |
|
25 |
<div class="flex justify-between items-center mb-6">
|
26 |
-
<span class="text-lg font-semibold text-green-400">
|
27 |
<button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded transition duration-300" onclick="window.location.href='reader.html'">
|
28 |
-
|
29 |
</button>
|
30 |
</div>
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
<p class="mt-2">Carte scanată de: <i>Petru.</i></p>
|
35 |
-
</div>
|
36 |
</div>
|
37 |
</body>
|
38 |
</html>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Takou no Koori Hime wo Tasuketara, Otomodachi kara Hajimeru Koto ni Narimashita</title>
|
7 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">
|
8 |
<style>
|
9 |
body {
|
|
|
16 |
<div class="max-w-lg w-full bg-gray-800 rounded-xl shadow-lg overflow-hidden p-6">
|
17 |
<img src="cover1.jpg" alt="Coperta Carte" class="mx-auto mb-6 rounded-lg shadow-md">
|
18 |
|
19 |
+
<h1 class="text-2xl font-bold mb-4 text-white">Takou no Koori Hime wo Tasuketara, Otomodachi kara Hajimeru Koto ni Narimashita</h1>
|
20 |
|
21 |
<p class="text-gray-400 text-lg mb-6">
|
22 |
+
cleaned raw images.
|
23 |
</p>
|
24 |
|
25 |
<div class="flex justify-between items-center mb-6">
|
26 |
+
<span class="text-lg font-semibold text-green-400">v.d.b</span>
|
27 |
<button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded transition duration-300" onclick="window.location.href='reader.html'">
|
28 |
+
read now
|
29 |
</button>
|
30 |
</div>
|
31 |
|
32 |
+
|
|
|
|
|
|
|
33 |
</div>
|
34 |
</body>
|
35 |
</html>
|