mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add associated bookmarks
This commit is contained in:
parent
271c6b869d
commit
b4c443b85c
27 changed files with 110 additions and 97 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css#" type="text/css" />
|
||||
<title>Make any url as website</title>
|
||||
<title>Any url as website</title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
|
@ -36,14 +36,14 @@
|
|||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">Make any url as website
|
||||
<h1 class="title">Any url as website
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p>The <a href="../index.html#">uweb</a> internal link "<a href="../links/index.html">i:0m</a>" make any url such as download or indirect link visitable as a website. The test mirrors in the uweb manual are examples using the following tricks:</p>
|
||||
<p>The <a href="../index.html#">uweb</a> internal link "<a href="../links/index.html">i:0m</a>" make any url such as download or indirect links visitable as a website. The second part of <a href="../mirrors/index.html#">mirrors</a> has examples using the following tricks:</p>
|
||||
<ul>
|
||||
<li>"i:0m04:[url]": to treat the [url] content as html with bookmarklet.</li>
|
||||
<li>"i:0m?:[url]": to treat the [url] content as html, handling css/js properly.</li>
|
||||
|
@ -56,8 +56,8 @@
|
|||
"i:0m/.../[local.html]:[url]", where the local file "/.../[local.html]" processes "[url]" as needed.</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 2 April 2024<br>
|
||||
add js function in README<br>
|
||||
<p>Last Modified: 7 April 2024<br>
|
||||
more details on global redirection url<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue