28 lines
612 B
HTML
28 lines
612 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>空白页面</title>
|
|
<link rel="stylesheet" href="../../component/pear/css/pear.css"/>
|
|
<style>
|
|
h1{
|
|
margin-top: 200px;
|
|
color: #5FB878;
|
|
}
|
|
.layui-card-body{
|
|
text-align: center;height: 500px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="pear-container">
|
|
<div class="layui-card">
|
|
<div class="layui-card-header"></div>
|
|
<div class="layui-card-body">
|
|
<h1><b>Space Page</b></h1>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="../../component/layui/layui.js"></script>
|
|
<script src="../../component/pear/pear.js"></script>
|
|
</html>
|