rebuilding site Thu Jun 30 11:43:08 AM CST 2022

This commit is contained in:
James Feng Cao 2022-06-30 11:43:09 +08:00
parent ce465b53e3
commit d5e26f165a
228 changed files with 1786 additions and 26411 deletions

41
zh/urls/index.html Normal file
View file

@ -0,0 +1,41 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
<title>便利链接</title>
<script type="text/javascript">
function nav2(page){
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) && '/'==href.charAt(i-3))
location.href = href.substring(0,i+1)+page;
}
return false;
}
</script>
</head>
<body>
<header class='header'>
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html')">Tags</a>
<nav>
</nav>
</header>
<br />
<div class="container">
<h1 class="title">便利链接
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p><a href="file:///data/data/com.termux/files/">Termux内部目录</a></p>
</div>
</body>
</html>