1
- <!DOCTYPE html>
2
- < html lang ="en ">
3
- < head >
1
+ <!doctype html>
2
+ < html lang ="zh-CN " class =" mdui-theme-auto ">
3
+ < head >
4
4
< meta charset ="UTF-8 ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < title > Document</ title >
7
- </ head >
8
- < body >
9
- < h1 > WIP</ h1 >
10
- </ body >
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no "/>
6
+ < meta name ="renderer " content ="webkit "/>
7
+
8
+ < link rel ="stylesheet " href ="/css/mdui.css ">
9
+ < script src ="/js/lib/mdui.global.js "> </ script >
10
+ < script src ="/js/lib/openpgp.min.js "> </ script >
11
+ < link href ="/css/material-icons.css " rel ="stylesheet ">
12
+
13
+ < title > DPGPkm</ title >
14
+ </ head >
15
+ < body >
16
+ < mdui-top-app-bar style ="position: relative; ">
17
+ < mdui-button-icon icon ="menu "> </ mdui-button-icon >
18
+ < mdui-top-app-bar-title > DPGPkm</ mdui-top-app-bar-title >
19
+ < div style ="flex-grow: 1 "> </ div >
20
+ < mdui-button-icon icon ="more_vert "> </ mdui-button-icon >
21
+ </ mdui-top-app-bar >
22
+ < mdui-tabs value ="mainpage " full-width >
23
+ < mdui-tab value ="mainpage " icon ="home "> Mainpage</ mdui-tab >
24
+ < mdui-tab value ="manage-keys " icon ="keys "> Manage Keys</ mdui-tab >
25
+ < mdui-tab value ="cryption " icon ="lock "> Encryption</ mdui-tab >
26
+
27
+ < mdui-tab-panel slot ="panel " value ="mainpage ">
28
+ < br > < br > < br >
29
+ < div class ="mdui-prose " style ="max-width: 50%; padding-left: 25%; ">
30
+ < center >
31
+ < h1 > DPGPkm Manager</ h1 >
32
+ </ center >
33
+ < br > < br >
34
+ < mdui-list >
35
+ < center > < mdui-list-item headline ="Status "> </ mdui-list-item > </ center >
36
+ < mdui-list-item headline ="DPGPkm Manager Javascript " id ="javascript-loading-stats " description ="Not ready "> </ mdui-list-item >
37
+ < mdui-list-item headline ="OpenPGP.JS " id ="openpgp-loading-stats " description ="Not ready "> </ mdui-list-item >
38
+ </ mdui-list >
39
+ </ div >
40
+ </ mdui-tab-panel >
41
+ < mdui-tab-panel slot ="panel " value ="manage-keys ">
42
+ < h1 > WIP</ h1 >
43
+ </ mdui-tab-panel >
44
+ < mdui-tab-panel slot ="panel " value ="cryption ">
45
+ < h1 > WIP</ h1 >
46
+ </ mdui-tab-panel >
47
+ </ mdui-tabs >
48
+ < script > mdui . setColorScheme ( "#39c5bb" ) </ script >
49
+ < script src ="/js/index.js "> </ script >
50
+ </ body >
11
51
</ html >
0 commit comments