uweb/html5/index.html

37 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://jamesfengcao.gitee.io/uweb/style.css" type="text/css" />
<title>html5应用</title>
</head>
<body>
<header class='header'>
<a class="logo" href=".."></a> <a class="logo" href="https://jamesfengcao.gitee.io/uweb//tags/">Tags</a>
<nav>
</nav>
</header>
<div class="container">
<h1 class="title">html5应用
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p>超微配置目录下的子目录名如果以&quot;app&quot;开始(譬如&quot;/sdcard/uweb/appPDF&quot;),则这些&quot;app&quot;开头目录树下放置的html5应用将可获得功能增强。</p>
<p>比较有用的是mozilla的pdf.js可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下并在超微浏览器下访问如下url:<br>
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]<br>
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用可对任何pdf文件进行字典检索。</p>
<p>下面是一些类似的应用,<br>
djvu.js应用的访问url如下<br>
file:///sdcard/uweb/appXXX....../djvu.html?url=[绝对或相对路径或url].pdf#page=[xxx]</p>
</div>
</body>
</html>