mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-18 02:07:57 +08:00
16 lines
534 B
HTML
16 lines
534 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/app/launch.js"></script>
|
|
</body>
|
|
</html> |