TOP-framework/framework/create/tpl/view/index.tpl

31 lines
684 B
Smarty

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<style>
h3 {
color: #666666;
font-weight: 300;
}
.version {
width: 100%;
height: 22px;
color: #b9b9b9;
font-size: 12px;
text-align: center;
line-height: 22px;
margin: 0 auto;
padding-bottom: 20px;
}
</style>
<h3>{$hello}</h3>
<p class="version">TOP-Framework</p>
</body>
</html>