-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (61 loc) · 2.46 KB
/
Copy pathindex.html
File metadata and controls
61 lines (61 loc) · 2.46 KB
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
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<title>Docs Viewer Demo</title>
</head>
<body>
<div class="container">
<br>
<div class="row">
<div class="col">
<h1>Docs Viewer Demo</h1>
<hr>
<div class="row">
<div class="col-12">
<h2>Plan 1: Native</h2>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-danger btn-block" href="./box.html">Box Viewer</a></p>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<h2>Plan 3: Viewer Only</h2>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-primary btn-block" href="./google.html">Google Docs Viewer</a></p>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-success btn-block" href="./office.html">Office Web Apps Viewer</a></p>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-secondary btn-block" href="https://mozilla.github.io/pdf.js/web/viewer.html" target="_blank">PDF.js</a></p>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<h2>Plan 2: Rendering Services</h2>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-secondary btn-block" href="https://www.accusoft.com/demos/file-type-demo/" target="_blank">Accusoft PrizmDoc</a></p>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-secondary btn-block" href="http://html5.snowbound.com/" target="_blank">Snowbound</a></p>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-secondary btn-block" href="https://www.documentcloud.org/documents/3482392-NORTH-KOREA-REPORT.html" target="_blank">DocumentCloud</a></p>
</div>
<div class="col-lg-4">
<p><a class="btn btn-lg btn-secondary btn-block" href="https://www.scribd.com/doc/154871412/BIO-DATA-FORM-docx" target="_blank">Scribd</a></p>
</div>
</div>
<hr>
<p style="text-align: right;"><a href="https://issues.umd.edu/browse/LIBWEB-3612">LIBWEB-3612</a> / Docs Viewer Demo</p>
</div>
</div>
</div>
</body>
</html>