mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Thu Jun 30 11:43:08 AM CST 2022
This commit is contained in:
parent
ce465b53e3
commit
d5e26f165a
228 changed files with 1786 additions and 26411 deletions
57
zh/bookmark/index.html
Normal file
57
zh/bookmark/index.html
Normal file
|
@ -0,0 +1,57 @@
|
|||
<!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="https://www.gamezop.com">gamezop</a></p>
|
||||
<p>点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。<br>
|
||||
<a href="i:0h/sdcard/uweb/bookmark/小说.html:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/bookmark/novel.html">"小说.html": 自动使用阅读模式</a></p>
|
||||
<p>href="i:0h/sdcard/uweb/bookmark/txt.html:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/bookmark/viewtxt.html">"txt.html": 在线阅读下载直链(txt/html)</a></p>
|
||||
<p>所有书签都可通过"长按链接->命令->书签"保存链接为书签。书签菜单可至<a href="../searchurl/urls.html">特色服务网页</a>安装。<br>
|
||||
<a href="https://www.library.ac.cn">Mirror list</a><br>
|
||||
<a href="i:631:https://mirror.js.org">mirror.js.org</a></p>
|
||||
<p><a href="i:61:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/func.html">界面配置及杂项</a></p>
|
||||
<p>以下书签需"长按以下链接->新窗口打开"才能在此网页正常执行。</p>
|
||||
<h3 id="termux命令书签">Termux命令书签</h3>
|
||||
<p>需安装定制版termux及相应工具,<br>
|
||||
<a href="c:bc -l">计算器bc</a><br>
|
||||
<a href="c:bc -l *.bc">全能计算器bc</a></p>
|
||||
<p>以下书签需安装gopher.<br>
|
||||
<a href="c:gopher gopher://codevoid.de/1/cnn">CNN news gopher</a><br>
|
||||
<a href="c:gopher gopher://gopherpedia.com/7/lookup">wikipedia search gopher</a><br>
|
||||
<a href="c:gopher gopher://gopherddit.com">reddit gopher</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue