This commit is contained in:
2019-03-29 18:54:43 +08:00
parent 118426c9a1
commit cf32eb4fb3
5 changed files with 75 additions and 16 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MetaKit</title>
<link rel="stylesheet" href="../res/zui/css/zui.min.css">
<link rel="stylesheet" href="../res/css/zui-theme.css">
@@ -14,6 +15,16 @@
width: 150px;
font-size: 22px;
}
.footer{
position: fixed;
bottom: 0;
left: 162px;
width: 100%;
height: 35px;
background-color: #eee;
padding: 8px;
color: #808080;
}
</style>
</head>
<body id="home">
@@ -66,6 +77,10 @@
<div id="main"></div>
</div>
</div>
<div class="footer">
Meta-Kit Developer v0.2
</div>
</row>
</div>