Miao-Yunzai/resources/html/layout/genshin.html

25 lines
650 B
HTML
Raw Permalink Normal View History

2024-06-17 23:04:18 +08:00
<!doctype html>
2024-06-14 10:44:18 +08:00
<html>
2024-06-17 23:04:18 +08:00
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" href="#" />
{{block 'css'}}{{/block}}
<style>
.head_box {
background-image: url('{{_miao_path}}{{headImg}}');
background-position: right;
background-size: auto 100%;
background-repeat: no-repeat;
border-radius: 15px 50px 50px 15px;
}
</style>
</head>
2024-06-14 10:44:18 +08:00
2024-06-17 23:04:18 +08:00
<body class="body_box">
<div class="container" id="container">
{{block 'main'}}{{/block}}
<div class="logo">Created By {{yzName}} {{yzVersion}}</div>
</div>
</body>
2024-06-14 10:44:18 +08:00
</html>