Skip to content

Instantly share code, notes, and snippets.

@averjr

averjr/app.html Secret

Last active December 18, 2015 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save averjr/fb8ba6ccceeda147e62b to your computer and use it in GitHub Desktop.
Save averjr/fb8ba6ccceeda147e62b to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GroupDocs JavaScript SDK application</title>
<meta name="author" content="GroupDocs" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="./groupdocs-javascript.js"></script>
<script src="./app.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="./file_tree.css">
</head>
<body>
<div id="filestructure"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment