-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·46 lines (46 loc) · 2.64 KB
/
index.html
File metadata and controls
executable file
·46 lines (46 loc) · 2.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Edit Word (DOCX) and Excel (XLSX) documents with an advanced Document Editor API for .NET and Java">
<title>GroupDocs.Editor - Edit DOXC and XLSX</title>
<link href="favicon.ico?v1.0" rel="shortcut icon" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.editor.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/groupdocs.editor.mobile.css"/>
</head>
<body>
<div id="logo">
<a href="https://www.groupdocs.com"><img src="resources/image/groupdocs-logo.png"/></a>
</div>
<ul id="navigation">
<li><a href="https://github.com/groupdocs-editor">Examples</a></li>
<li><a href="https://products.groupdocs.com/editor">Products</a></li>
<li><a href="https://docs.groupdocs.com/display/editorproductfamily/Home">Documentation</a></li>
</ul>
<div id="container">
<h3>GroupDocs</h3>
<h1>Editor</h1>
<h4>Product Family</h4>
<div id="product-description">
<strong><a href="https://products.groupdocs.com/editor">GroupDocs.Editor</a></strong> is a document editor API's
for <a class="dot-net" href="https://products.groupdocs.com/editor/net">.NET</a> and
<a class="java" href="https://products.groupdocs.com/editor/java">Java</a> that allows you to edit your document online
without installing any additional software and provides native compatibility with WYSIWYG editors.
Fully customizable and easy to use online document editor is ready to be used out of the box.
Edit DOCX and XLS documents. PPT and PDF comming soon!
<div><a href="https://products.groupdocs.app/editor/total">Live Showcase Demo</a></div>
</div>
</div>
<ul id="social">
<li><a href="https://www.youtube.com/channel/UCUbnqP6PGNHBsL5uzTef79g"><i class="fab fa-youtube"></i></a></li>
<li><a href=""><i class="fab fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/GroupDocs/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/GroupDocs"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://vk.com/gdocs"><i class="fab fa-vk"></i></a></li>
<li><a href="https://www.linkedin.com/company/groupdocs/"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://github.com/groupdocs"><i class="fab fa-github-alt"></i></a></li>
</ul>
</body>
</html>