85 lines
2.1 KiB
HTML
Executable File
85 lines
2.1 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>首页 | ww3</title>
|
|
<meta charset="utf-8" lang="zh-CN">
|
|
<link rel="icon" type="image/x-icon" href="./icon/original.ico">
|
|
</head>
|
|
<body>
|
|
<div id="navbar1">
|
|
<table border="0">
|
|
<tbody>
|
|
<tr>
|
|
<td id="td_navbar_40px"><b><a href="https://ww3.tw/" id="url_">首页</a></b></td>
|
|
<td id="td_navbar_40px"><b><a href="https://ww3.tw/about/" id="url_">关于</a></b></td>
|
|
<td id="td_navbar_75px"><b><a href="https://ww3.tw/jumping-message/" id="url_">弹幕留言</a></b></td>
|
|
<td id="td_navbar_75px"><b><a href="https://ww3.tw/short-url/" id="url_">短链生成</a></b></td>
|
|
<td id="td_navbar_52px"><b><a href="https://gitea.ww3.tw/" id="url_">gitea</a></b></td>
|
|
<td id="td_navbar_135px"><b><a href="https://ww3.tw/docker-registry/" id="url_">docker-registry</a></b></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- 屑站日志 -->
|
|
<div id="logs">
|
|
<h3>屑站日志:<br></h3>
|
|
<font size="3.2">
|
|
<table border="0">
|
|
<tbody>
|
|
<tr>
|
|
<td id="td_logs">2025.7.9</td>
|
|
<td>建立页面</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</font>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<style>
|
|
body
|
|
{
|
|
background-color: rgba(147, 185, 255, 0.644);
|
|
}
|
|
|
|
#url_
|
|
{
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
#logs
|
|
{
|
|
height: 220px;
|
|
width: 450px;
|
|
overflow: auto;
|
|
background: #ffffff;
|
|
/* up、right、down、left */
|
|
margin: 40px 0px 0px 0px;
|
|
}
|
|
|
|
#td_navbar_40px
|
|
{
|
|
width: 40px;
|
|
}
|
|
|
|
#td_navbar_52px
|
|
{
|
|
width: 52px;;
|
|
}
|
|
|
|
#td_navbar_75px
|
|
{
|
|
width: 75px;
|
|
}
|
|
|
|
#td_navbar_135px
|
|
{
|
|
width: 135px;
|
|
}
|
|
|
|
#td_logs
|
|
{
|
|
width: 75px;
|
|
}
|
|
</style> |