mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
42 lines
1.3 KiB
HTML
42 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>相册 - 白鹿原 Minecraft 服务器</title>
|
|
<meta name="description" content="白鹿原服务器相册">
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
|
<style>
|
|
body, html {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
.iframe-container {
|
|
position: absolute;
|
|
top: 44px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: calc(100% - 44px);
|
|
border: none;
|
|
}
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="navbar-component"></div>
|
|
<div class="iframe-container">
|
|
<iframe src="https://mcphoto.lunadeer.cn/" title="相册"></iframe>
|
|
</div>
|
|
<script src="components.js"></script>
|
|
</body>
|
|
</html>
|