-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
101 lines (97 loc) · 5.17 KB
/
Copy pathcommunity.html
File metadata and controls
101 lines (97 loc) · 5.17 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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/community">
<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>
<link href="jquery-ui-1.13.3.custom/jquery-ui.css" rel="stylesheet">
<script src="js/community_tooltip.js"></script>
</head>
<body>
<div class="background-overlay"></div>
<div class="container">
<div id="nav-placeholder"></div>
<div class="content">
<h2>社群連結</h2>
<div class="social-links">
<a href="https://discord.spksmp.top/" class="social-link" target="_blank"
title="https://discord.spksmp.top/">
<div class="social-icon">
<img src="icon/discord.ico" alt="Discord">
</div>
<div class="social-info">
<span>Discord</span>
<p class="social-description">
<nobr>進入我們的Discord社群,</nobr><nobr>一同加入潛水客的行列。</nobr>
</p>
</div>
</a>
<a href="https://www.threads.net/@sparkle_server.offical" class="social-link" target="_blank"
title="https://www.threads.net/@sparkle_server.offical">
<div class="social-icon">
<img src="icon/threads.ico" alt="Threads">
</div>
<div class="social-info">
<span>Threads</span>
<p class="social-description">
<nobr>在Threads上關注我們,</nobr><nobr>每日看服主發伺服器考古文。</nobr>
</p>
</div>
</a>
<a href="https://www.youtube.com/@JK_butNot_JK" class="social-link"
target="_blank" title="https://www.youtube.com/@JK_butNot_JK">
<div class="social-icon">
<img src="icon/youtube.ico" alt="YouTube">
</div>
<div class="social-info">
<span>YouTube</span>
<p class="social-description">
<nobr>服主的Youtube頻道,已經荒廢多時,</nobr><nobr>但還是得放在這裡。</nobr>
</p>
</div>
</a>
<a class="social-link" target="_blank"
title=":D">
<div class="social-icon">
<img src="icon/facebook.ico" alt="Facebook">
</div>
<div class="social-info">
<span>連結有點少</span>
<p class="social-description">
<nobr>多放兩個空連結,</nobr><nobr>讓它看起來不那麼空。</nobr>
</p>
</div>
</a>
<a class="social-link" target="_blank"
title="星爆氣流斬">
<div class="social-icon">
<img src="icon/instagram.ico" alt="Instagram">
</div>
<div class="social-info">
<span>再隨便放一個</span>
<p class="social-description">
<nobr>虛假的Instagram按鈕,</nobr><nobr>這邊什麼都沒有。</nobr>
</p>
</div>
</a>
</div>
</div>
</div>
</body>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "befae6a84fff44a9a9b5d707f353ba62"}'></script><!-- End Cloudflare Web Analytics -->
<!-- 老實說除惹Discord以外,其他的連結都不知道是什麼東西,
但是我們就是要把這些連結放在這裡,讓這個網站看起來像是一個真正的網站。
by 很懂的AI 2024/07/05 -->
</html>