aboutsummaryrefslogtreecommitdiffhomepage
path: root/minecraft/index.html
diff options
context:
space:
mode:
authorIgor Tolmachev <me@igorek.dev>2024-04-20 17:40:45 +0900
committerIgor Tolmachev <me@igorek.dev>2024-04-20 17:40:45 +0900
commit93b7de928e8ab59396fcd5ac263aed37afc5ec85 (patch)
treeb04e4c7d8ec596e9a17297d9c63efce6c5e511ec /minecraft/index.html
parent86d3bd0da5d45f1227ae182f9d87b1a4cc0bfa38 (diff)
downloadpages-93b7de928e8ab59396fcd5ac263aed37afc5ec85.tar.gz
pages-93b7de928e8ab59396fcd5ac263aed37afc5ec85.zip
Add "click to copy" tooltip
Diffstat (limited to 'minecraft/index.html')
-rw-r--r--minecraft/index.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/minecraft/index.html b/minecraft/index.html
index 5a07615..1e082b9 100644
--- a/minecraft/index.html
+++ b/minecraft/index.html
@@ -1,13 +1,13 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="en"> 2<html lang="en">
3
4 <head> 3 <head>
5 <meta charset="UTF-8" /> 4 <meta charset="UTF-8" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
7 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 7
9 <link rel="stylesheet" href="/style.css"> 8 <script src="/script.js"></script>
10 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 9 <link rel="stylesheet" href="/style.css" />
10 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
11 11
12 <title>Minecraft server list</title> 12 <title>Minecraft server list</title>
13 </head> 13 </head>
@@ -41,13 +41,12 @@
41 <pre> 41 <pre>
42 Version: <a href="https://minecraft.wiki/w/Java_Edition_1.20.4">1.20.4</a> 42 Version: <a href="https://minecraft.wiki/w/Java_Edition_1.20.4">1.20.4</a>
43 Map: <a href="https://mc.igorek.dev">https://mc.igorek.dev</a> 43 Map: <a href="https://mc.igorek.dev">https://mc.igorek.dev</a>
44 IP: <span class="copy" onclick='navigator.clipboard.writeText("mc.igorek.dev:25565")' >mc.igorek.dev:25565 [󰆏]</span> 44 IP: <span class="copy" copy-text="mc.igorek.dev:25565">mc.igorek.dev:25565</span>
45 Recommended mods: <a href="https://modrinth.com/plugin/simple-voice-chat">Simple Voice Chat</a> 45 Recommended mods: <a href="https://modrinth.com/plugin/simple-voice-chat">Simple Voice Chat</a>
46 </pre> 46 </pre>
47 <pre> 47 <pre>
48 Version: <a href="https://minecraft.wiki/w/Java_Edition_Beta_1.7.3">beta 1.7.3</a> 48 Version: <a href="https://minecraft.wiki/w/Java_Edition_Beta_1.7.3">beta 1.7.3</a>
49 IP: <span class="copy" onclick='navigator.clipboard.writeText("mc.igorek.dev:25575")' >mc.igorek.dev:25575 [󰆏]</span> 49 IP: <span class="copy" copy-text="mc.igorek.dev:25575">mc.igorek.dev:25575</span>
50 </pre> 50 </pre>
51 </body> 51 </body>
52
53</html> 52</html>