mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sat Jul 2 09:15:31 AM CST 2022
This commit is contained in:
parent
d5e26f165a
commit
e923c9f693
22 changed files with 1058 additions and 48 deletions
105
en/sitemap/index.html
Normal file
105
en/sitemap/index.html
Normal file
|
@ -0,0 +1,105 @@
|
|||
<!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>Site map</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">Site map
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<h4 id="ui">UI</h4>
|
||||
<ul>
|
||||
<li><a href="../searchurl/search.html">Search engines</a></li>
|
||||
<li><a href="../searchurl/homescreen.html">Home screen</a>
|
||||
<ul>
|
||||
<li><a href="../searchurl/quickstart.html">Quick start</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="i:61:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/en/searchurl/func.html">UI</a> (<a href="i:61:https://gitee.com/jamesfengcao/uwebzh/raw/master/en/searchurl/func.html">gitee</a>)</li>
|
||||
<li><a href="../searchurl/backup.html">Backup and restore</a></li>
|
||||
</ul>
|
||||
<h4 id="customization">Customization</h4>
|
||||
<ul>
|
||||
<li>Bottom toolbar button long pressing menus
|
||||
<ul>
|
||||
<li><a href="../searchurl/uas.html">User agents</a></li>
|
||||
<li><a href="../searchurl/rjs.html">Javascript</a></li>
|
||||
<li><a href="../searchurl/urls.html">Url services</a></li>
|
||||
<li><a href="../links/index.html">Links</a></li>
|
||||
<li><a href="../searchurl/cmds.html">Commands</a></li>
|
||||
<li><a href="../searchurl/rjs.html">Remote javascript</a></li>
|
||||
<li><a href="../searchurl/pccopy/index.html">Menu for selections</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="../longclick/index.html">Menu for long pressing hypertext</a></li>
|
||||
<li><a href="../icons/index.html">Toolbar</a></li>
|
||||
<li><a href="../gesture/index.html">Gestures</a></li>
|
||||
<li><a href="i:60/sdcard/uweb/config.html:https://jamesfengcao.gitee.io/uwebzh/en/searchurl/config.html">Font settings</a></li>
|
||||
</ul>
|
||||
<h4 id="advanced">Advanced</h4>
|
||||
<h5 id="content">Content</h5>
|
||||
<ul>
|
||||
<li><a href="../adblock/index.html">ADs block</a></li>
|
||||
<li><a href="../globalcss/index.html">CSS styles</a></li>
|
||||
<li><a href="../redirect/index.html">redirection</a></li>
|
||||
<li><a href="../sitejs/index.html">Javascript and CSS for domains</a></li>
|
||||
<li><a href="../offlinecache/index.html">Offline cache</a></li>
|
||||
</ul>
|
||||
<h5 id="tools">Tools</h5>
|
||||
<ul>
|
||||
<li><a href="../bookmarklet/index.html">Bookmarklets</a></li>
|
||||
<li><a href="../filecap/index.html">Custom file handling</a></li>
|
||||
<li><a href="../html5/index.html">Html5 application</a></li>
|
||||
<li><a href="../filemanager/index.html">File manager</a></li>
|
||||
<li><a href="../tools/index.html">Tools</a></li>
|
||||
<li>Termux
|
||||
<ul>
|
||||
<li><a href="../bc/index.html">GNU bc</a></li>
|
||||
<li><a href="../gnuplot/index.html">Gnuplot</a></li>
|
||||
<li><a href="../tcron/index.html">tcron</a></li>
|
||||
<li><a href="../loadbt/index.html">Offline download</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h5 id="miscellaneous">Miscellaneous</h5>
|
||||
<ul>
|
||||
<li><a href="../filenames/index.html">Configuration files</a></li>
|
||||
<li><a href="../searchurl/plugins.html">Plugins</a></li>
|
||||
</ul>
|
||||
<h4 id="tips">Tips</h4>
|
||||
<ul>
|
||||
<li><a href="../tips/index.html">Tips</a></li>
|
||||
<li><a href="../video/index.html">Video</a></li>
|
||||
<li><a href="../logcat/index.html">Debug</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue