Update index_vi.html
Browse files- index_vi.html +13 -0
index_vi.html
CHANGED
|
@@ -154,6 +154,16 @@
|
|
| 154 |
transform: translateY(0);
|
| 155 |
}
|
| 156 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
</style>
|
| 158 |
</head>
|
| 159 |
<body>
|
|
@@ -167,6 +177,9 @@
|
|
| 167 |
<input id="Input" placeholder="VD: Apple là gì?" />
|
| 168 |
<button id="sendButton" onclick="askGemini()">Gửi</button>
|
| 169 |
</div>
|
|
|
|
|
|
|
|
|
|
| 170 |
|
| 171 |
<script>
|
| 172 |
document.getElementById("toggleMode").addEventListener("click", function () {
|
|
|
|
| 154 |
transform: translateY(0);
|
| 155 |
}
|
| 156 |
}
|
| 157 |
+
.dive {
|
| 158 |
+
background-color: #f0f8ff;
|
| 159 |
+
border: 2px solid #00aaff;
|
| 160 |
+
padding: 20px;
|
| 161 |
+
margin: 30px;
|
| 162 |
+
font-size: 18px;
|
| 163 |
+
text-align: center;
|
| 164 |
+
color: #333;
|
| 165 |
+
border-radius: 8px;
|
| 166 |
+
}
|
| 167 |
</style>
|
| 168 |
</head>
|
| 169 |
<body>
|
|
|
|
| 177 |
<input id="Input" placeholder="VD: Apple là gì?" />
|
| 178 |
<button id="sendButton" onclick="askGemini()">Gửi</button>
|
| 179 |
</div>
|
| 180 |
+
<div class="dive">
|
| 181 |
+
<a href="index.html">Nhấn vào đây để xem bản tiếng anh</a>
|
| 182 |
+
</div>
|
| 183 |
|
| 184 |
<script>
|
| 185 |
document.getElementById("toggleMode").addEventListener("click", function () {
|