-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathabout.html
More file actions
24 lines (24 loc) · 828 Bytes
/
about.html
File metadata and controls
24 lines (24 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="zh-cmn">
<head>
<meta charset="UTF-8"/>
<title>关于</title>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
</head>
<body class="frame_wrap frame_wrap_About" id="wrapper">
<div class="about_stage">
<div class="qw_icon qw_icon_Logo"></div>
<div class="about_stage_title">QMUI Web Desktop</div>
<div class="about_stage_version">Version <span id="version"></span></div>
<div class="about_stage_desc">管理基于 QMUI Web 的项目的 App</div>
</div>
<script>
delete window.exports;
delete window.module;
</script>
<script src="js/jquery.min.js"></script>
<script src="src/about.js"></script>
</body>
</html>