-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdynmap.html
More file actions
33 lines (33 loc) · 1.36 KB
/
Copy pathdynmap.html
File metadata and controls
33 lines (33 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sparkle 花火伺服器 - 網頁地圖</title>
<link rel="icon" href="icon.png" type="image/png">
<meta name="description" content="歡迎來到 SPKsmp!這是一個充滿樂趣和創意的 Minecraft 伺服器。我們提供 Java 版和基岩版(BE)的遊戲體驗,讓不同平台的玩家都能一同遊玩。">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.spksmp.top/dynmap">
<meta property="og:title" content="Sparkle 花火伺服器 - 網頁地圖">
<meta property="og:description"
content="歡迎來到 SPKsmp!這是一個充滿樂趣和創意的 Minecraft 伺服器。我們提供 Java 版和基岩版(BE)的遊戲體驗,讓不同平台的玩家都能一同遊玩。">
<meta property="og:image" content="https://sr-api.sfirew.com/server/SPKsmp.top:30100/icon.png">
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
border: none;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<iframe src="https://dynmap.spksmp.top"></iframe>
</body>
</html>