init repo

This commit is contained in:
nikolay ivanov
2014-07-05 18:22:49 +00:00
commit a8be6b9e72
17348 changed files with 9229832 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>TeamLab Document Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<script type="text/javascript" src="../downloaderfiles.js"></script>
<script type="text/javascript">
function load(){
getFile(decodeURIComponent(location.search.substring(1).split("file=")[1]));
}
</script>
</head>
<body onload="load()">
</body>
</html>