From e2eed10355f274e58577c4630deaa7337c06ffbb Mon Sep 17 00:00:00 2001
From: "Rokas V." <100084190+rokvaz@users.noreply.github.com>
Date: Mon, 21 Oct 2024 16:57:22 +0300
Subject: [PATCH] deploy lang switcher
---
index.html | 168 ++++++++++++++++------------------------------------
switch.html | 62 -------------------
2 files changed, 52 insertions(+), 178 deletions(-)
delete mode 100644 switch.html
diff --git a/index.html b/index.html
index 49f3bfab..d74e9f82 100644
--- a/index.html
+++ b/index.html
@@ -1,130 +1,66 @@
-
-
-
-
- Anime Nights
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ button {
+ position: fixed;
+ top: 10px;
+ right: 10px;
+ padding: 10px;
+ background-color: transparent;
+ color: #fff;
+ border: 2px solid #fff;
+ border-radius: 5px;
+ cursor: pointer;
+ text-decoration: none;
+ }
+ button:hover {
+ background-color: #ed1c24;
+ }
+ iframe {
+ width: 100%;
+ height: 100%;
+ border: none;
+ }
+
-
-
-
-
-
-
diff --git a/switch.html b/switch.html
deleted file mode 100644
index 23cdd361..00000000
--- a/switch.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
- Anime Nights
-
-
-
-
-
-
-
-
-
-
-