.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user