-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.html
More file actions
32 lines (32 loc) · 1.6 KB
/
Copy pathmap.html
File metadata and controls
32 lines (32 loc) · 1.6 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
<!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)的遊戲體驗,讓不同平台的玩家都能一同遊玩。">
<link rel="stylesheet" href="styles.css">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.spksmp.top/map">
<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">
<!-- 背景圖與導覽列 -->
<script src="js/bg.js"></script>
<script src="js/nav.js"></script>
</head>
<body>
<div class="background-overlay"></div>
<div class="container">
<div id="nav-placeholder"></div>
<div class="content">
<h2>網頁地圖</h2>
<a class="open-new-window-button" target="_blank" href="dynmap.html">在新分頁中開啟</a>
<iframe style="width: 100%;height: 80ex" src="https://dynmap.spksmp.top"></iframe>
</div>
</div>
</body>
</html>