首页:修订间差异
小 已保护“首页”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)) |
无编辑摘要 |
||
第1行: | 第1行: | ||
<code><!DOCTYPE html> | |||
<html lang="zh-CN"> | |||
<head> | |||
<nowiki><meta charset="UTF-8"></nowiki> | |||
<nowiki><title>电竞圈 - 搜索</title></nowiki> | |||
<nowiki><style></nowiki> | |||
body { | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
height: 100vh; | |||
margin: 0; | |||
font-family: Arial, sans-serif; | |||
background-color: #f5f5f5; | |||
} | |||
.container { | |||
text-align: center; | |||
} | |||
.logo { | |||
font-size: 48px; | |||
font-weight: bold; | |||
color: #333; | |||
margin-bottom: 20px; | |||
} | |||
.search-box { | |||
width: 500px; | |||
padding: 10px; | |||
font-size: 16px; | |||
border: 1px solid #ddd; | |||
border-radius: 25px; | |||
box-shadow: 0 2px 5px rgba(0,0,0,0.1); | |||
} | |||
.search-box:focus { | |||
outline: none; | |||
border-color: #4285f4; | |||
} | |||
<nowiki></style></nowiki> | |||
</head> | |||
<body> | |||
<nowiki><div class="container"></nowiki> | |||
<nowiki><div class="logo">电竞圈</div></nowiki> | |||
<nowiki><form action="/w/index.php" method="get"></nowiki> | |||
<nowiki><input type="hidden" name="title" value="Special:Search"></nowiki> | |||
<nowiki><input type="text" name="search" class="search-box" placeholder="搜索电竞知识..."></nowiki> | |||
<nowiki></form></nowiki> | |||
<nowiki></div></nowiki> | |||
</body> | |||
</html></code> | |||
<strong>已安装MediaWiki。</strong> | <strong>已安装MediaWiki。</strong> | ||
2025年2月23日 (日) 17:57的版本
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>电竞圈 - 搜索</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #f5f5f5;
}
.container {
text-align: center;
}
.logo {
font-size: 48px;
font-weight: bold;
color: #333;
margin-bottom: 20px;
}
.search-box {
width: 500px;
padding: 10px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 25px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.search-box:focus {
outline: none;
border-color: #4285f4;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">电竞圈</div>
<form action="/w/index.php" method="get">
<input type="hidden" name="title" value="Special:Search">
<input type="text" name="search" class="search-box" placeholder="搜索电竞知识...">
</form>
</div>
</body>
</html>
已安装MediaWiki。
请查阅用户指导以获取使用本wiki软件的信息。