uweb/zh/tags/curl/index.html

44 lines
1.1 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
2020-04-29 08:37:43 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-04-29 08:37:43 +00:00
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
<title>curl</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 />
2020-04-29 08:37:43 +00:00
<div class="container">
<h1 class="title">curl</h1>
<ul class="posts">
2020-04-29 08:37:43 +00:00
<li class="post">
<a href="../../filecap">
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
</a>
</li>
2020-04-29 08:37:43 +00:00
</ul>
<ul>
</div>
2020-04-29 08:37:43 +00:00
</body>
2020-04-29 08:37:43 +00:00
</html>