mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
17 lines
782 B
HTML
17 lines
782 B
HTML
<!doctype html>
|
|
<html style="width:100%;height:100%;margin:0;padding:0;">
|
|
<head>
|
|
<title>ONLYOFFICE Documents</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8">
|
|
<script src="./code.js"></script>
|
|
<script src="./file.js"></script>
|
|
<script src="./djvu.js"></script>
|
|
<script src="./pdf.js"></script>
|
|
<script src="./xps.js"></script>
|
|
</head>
|
|
<body style="width:100%;height:100%;margin:0;padding:0;overflow-x:scroll;overflow-y:scroll;">
|
|
<div id="pos" style="position:absolute;margin:0;padding:0;left:0px;top:0px;width:0px;height:0px;"></div>
|
|
<canvas width="100%" height="100%" style="position:fixed;left:0px;top:0px;width:100%;height:100%;" id="main"></canvas>
|
|
</body>
|
|
</html> |