Files
desktop-app/index.html
2015-01-24 00:46:25 +08:00

19 lines
580 B
HTML

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>Leanote, Not Just A Notebook</title>
</head>
<body>
<h1>loading........</h1>
<script src="public/js/jquery-1.9.0.min.js"></script>
<script src="public/js/i18n/msg.en.js"></script>
<script src="public/js/app/service.js"></script>
<!-- <script src="public/js/common.js"></script> -->
<script src="public/js/app/launch.js"></script>
</body>
</html>