18 lines
549 B
HTML
18 lines
549 B
HTML
<!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> |