Import OnlyOffice code from the 'onlyoffice' branch and sframe it
This commit is contained in:
14
www/onlyoffice/document/document.html
Normal file
14
www/onlyoffice/document/document.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="placeholder"></div>
|
||||
<script type="text/javascript" src="/onlyoffice/web-apps/apps/api/documents/api.js"></script>
|
||||
<script type="text/javascript" src="/onlyoffice/document/doc.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user