-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=yes" />
<title>Index of Vivliostyle Viewer package</title>
<link rel="icon" href="viewer/resources/vivliostyle-icon.png" />
</head>
<body>
<h1>Index of Vivliostyle Viewer package</h1>
<ul>
<li>
<a href="../">../</a>
</li>
<li><a href="viewer/">viewer/</a> — Vivliostyle Viewer</li>
<li><a href="docs/">docs/</a> — Vivliostyle Documentation</li>
<li>
<a href="docs/#/ja/">docs/#/ja/</a> — Vivliostyle ドキュメント
</li>
<li><a href="samples/">samples/</a> — Sample HTML+CSS files</li>
<li><a href="index.html">index.html</a> — This file</li>
<li><a href="README.md">README.md</a> — About this package</li>
<li>
<a href="README.ja.md">README.ja.md</a> — このパッケージについて
</li>
<li><a href="LICENSE.md">LICENSE.md</a> — About License</li>
<li><a href="CHANGELOG.md">CHANGELOG.md</a> — Change Log</li>
<li>
<a>start-viewer</a> — Run this script to start a local web server
and open Vivliostyle Viewer in browser
</li>
<li>
<a>start-viewer.bat</a> — (for Windows) Run this batch to start a
local web server and open Vivliostyle Viewer in browser
</li>
<li>
<a>start-webserver</a> — Run this script to start a local web
server and open the default browser
</li>
<li>
<a>start-webserver.bat</a> — (for Windows) Run this batch to start
a local web server and open the default browser
</li>
</ul>
<footer>
<p>
<a href="https://vivliostyle.org"
><img src="viewer/resources/vivliostyle-logo.svg" alt="Vivliostyle"
/></a>
</p>
</footer>
</body>
</html>