Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MinecraftServer_SetupTool</title>
<!-- favicon -->
<link rel="icon" href="https://raw.githubusercontent.com/evan0513/MinecraftServer_SetupTool/refs/heads/main/components/GUI_icon.ico" type="image/x-icon" />
<style>
body {
background-color: #fff;
font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
color: #333;
padding: 20px;
line-height: 1.6;
}
h1 {
font-weight: bold;
margin-bottom: 1rem;
}
img {
max-width: 100%;
height: auto;
border-radius: 15px;
margin-top: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
display: block;
}
p {
margin-bottom: 1rem;
font-size: 1.1rem;
}
button {
background-color: #0078D7;
color: white;
border: none;
padding: 10px 20px;
font-size: 1.1rem;
border-radius: 8px;
cursor: pointer;
margin-top: 20px;
}
button:hover {
background-color: #005a9e;
}
h1 img {
width: 32px;
height: 32px;
vertical-align: middle;
margin-right: 8px;
}
</style>
</head>
<body>
<h1><img src="https://raw.githubusercontent.com/evan0513/MinecraftServer_SetupTool/refs/heads/main/components/GUI_icon.ico" />MinecraftServer_SetupTool</h1>
<p>此程式非常方便! 只需動動手指頭,即可完成Minecraft伺服器架設!</p>
<p>此程式為<b>Evan小饅頭開發</b>,希望可以造福想架設自己的伺服器卻又不知道從何開始的你:D</p>
<p>歡迎各路大老幫忙修改維護新增功能:3</p>
<img src="https://github.com/user-attachments/assets/93ceecc2-92be-4d42-b4e3-9c5c643175fb" alt="螢幕擷取畫面 2025-06-21 204748" />

<a href="https://github.com/evan0513/MinecraftServer_SetupTool/releases/download/MinecraftServer_SetupTool_v1.3/MinecraftServer_SetupTool_v1.3.exe" download>
<button>下載程式</button>
</a>
</body>
</html>