update mirrors
[uweb.git] / en / tags / termux.html
blobb79fc3259dfe64f0f30d98597a531122c79348cd
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <link rel="alternate" type="application/rss+xml" href="../../en/tags/termux/index.xml" title="uweb browser: unlimited power">
8 <link rel="stylesheet" href="../style.css#" type="text/css" />
9 <title>Termux</title>
10 <script type="text/javascript">
11 function findLang(){
12 let href = location.href;
13 for(let i=href.length-1;i>0;i--){
14 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
15 return i;
17 return 0;
19 function nav2(page){
20 let i = findLang();
21 location.href = location.href.substring(0,i+1)+page;
23 function nav2Lang(lang){
24 let i = findLang();
25 let href = location.href;
26 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
28 </script>
29 </head>
30 <body>
31 <header class='header'>
32 <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>
35 <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('zh')">简体中文</a>
38 <nav>
39 </nav>
40 </header>
41 <br />
43 <div class="container">
44 <h1 class="title">Termux</h1>
45 <ul class="posts">
47 <li class="post">
48 <a href="../../textprocess/index.html#">
49 <span>Text selection/processing</span>
50 </a>
51 </li>
53 <li class="post">
54 <a href="../../tools/index.html#">
55 <span>Tools</span>
56 </a>
57 </li>
59 <li class="post">
60 <a href="../../filecap/index.html#">
61 <span>Custom file handling</span>
62 </a>
63 </li>
65 </ul>
66 <ul>
67 </div>
69 </body>
70 </html>