2023-07-12 20:44:55 +08:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>shenjack的网站</title>
|
|
|
|
<style>
|
|
|
|
/* CSS Document */
|
|
|
|
body {
|
|
|
|
background: url(bg.png) no-repeat center center fixed;
|
|
|
|
background-size: cover;
|
|
|
|
font-family:"Arial", sans-serif;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
div#main_container {
|
|
|
|
width: 60%;
|
|
|
|
border: #000000 0px solid;
|
|
|
|
margin: 0 auto;
|
|
|
|
background-color: #fdf6e3;
|
|
|
|
}
|
|
|
|
div#header {
|
|
|
|
height:60px;
|
|
|
|
width:100%;
|
|
|
|
background-color:#EFEFEF;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
size:30px;
|
|
|
|
float:right;
|
|
|
|
vertical-align:middle;
|
|
|
|
margin: 10px 20px 0 0;
|
|
|
|
font-family: Impact, Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
div#navigation {
|
|
|
|
width: 100%;
|
|
|
|
border-bottom: #000000 2px solid;
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
div#items {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
div#empty {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
ul#itemlist {
|
|
|
|
padding-left: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
ul#itemlist li {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding-top: 0.25em;
|
|
|
|
padding-bottom: 0.25em;
|
|
|
|
}
|
|
|
|
ul#itemlist a {
|
|
|
|
display: block;
|
|
|
|
height: 30px;
|
|
|
|
width: 100%;
|
|
|
|
text-indent: 50px;
|
|
|
|
}
|
|
|
|
ul#itemlist a:link, ul#itemlist a:visited {
|
|
|
|
color: #3a94c5;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
ul#itemlist a:hover {
|
2023-07-13 06:44:55 +08:00
|
|
|
background-color: #cccccc;
|
2023-07-12 20:44:55 +08:00
|
|
|
color: #df69ba;
|
|
|
|
}
|
|
|
|
ul#itemlist a:before {
|
|
|
|
content: "» ";
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main_container">
|
|
|
|
<div id="header">
|
2023-07-15 12:40:02 +08:00
|
|
|
<h1>shenjack.top infrastructure</h1>
|
2023-07-12 20:44:55 +08:00
|
|
|
</div>
|
|
|
|
<div id="navigation">
|
|
|
|
DR
|
|
|
|
</div>
|
|
|
|
<ul id="itemlist">
|
|
|
|
<li><a href="/dr">DR 主页 (本地)</a></li>
|
|
|
|
<li><a href="https://dr.shenjack.top">DR 主页 (GitHub Pages)</a></li>
|
|
|
|
</ul>
|
|
|
|
<div id="navigation">
|
|
|
|
思源
|
|
|
|
</div>
|
|
|
|
<ul id="itemlist">
|
|
|
|
<li><a href="http://shenjack.top:5500">shenjack 的思源笔记</a></li>
|
|
|
|
<li><a href="http://shenjack.top:5501">shenjack 的公开 思源笔记</a></li>
|
|
|
|
<li><a href="http://shenjack.top:5502">shenjack 的公开 思源笔记 (编辑页面)</a></li>
|
|
|
|
</ul>
|
|
|
|
<div id="navigation">
|
|
|
|
Docker
|
|
|
|
</div>
|
|
|
|
<ul id="itemlist">
|
|
|
|
<li><a href="http://shenjack.top:5508">小说接力</a></li>
|
|
|
|
<li><a href="http://shenjack.top:5503">file code box</a></li>
|
|
|
|
<li><a href="http://shenjack.top:5504">microbin</a></li>
|
|
|
|
<li><a href="http://shenjack.top:5100">Gitea</a></li>
|
|
|
|
</ul>
|
2023-07-13 06:44:55 +08:00
|
|
|
<div id="navigation">
|
|
|
|
dongdigua
|
|
|
|
</div>
|
|
|
|
<ul id="itemlist">
|
|
|
|
<li><a href="gopher://shenjack.top:7070">Gopher</a></li>
|
|
|
|
<li><a href="gemini://shenjack.top:1965">Gemini</a></li>
|
|
|
|
</ul>
|
2023-07-12 20:44:55 +08:00
|
|
|
</body>
|
|
|
|
</html>
|