dev
2025.7.4-1
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
/* 页面边距 上、右、下、左 */
|
/* 页面边距 上、右、下、左 */
|
||||||
margin: -64px 0px 0px 0px;
|
margin: -64px 0px 0px 0px;
|
||||||
background-color: rgba(0, 0, 0, 0.433);
|
background-color: rgba(0, 0, 0, 0.433);
|
||||||
|
list-style:none;
|
||||||
}
|
}
|
||||||
35
public/video/anonymous/index.php
Normal file
35
public/video/anonymous/index.php
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
<!-- 匿名 video 页面 -->
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" lang="zh-CN">
|
||||||
|
<title>green-dam | anonymous video</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../css/body/body_index.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../css/body/style.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../css/body/a_url_none.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../css/body/footer.css">
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
include "nb/icon.html";
|
||||||
|
// 网页图标
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!-- 页面内容区 -->
|
||||||
|
<!-- 图床来源 https://www.dmoe.cc/ -->
|
||||||
|
<div id="div_content">
|
||||||
|
<?php
|
||||||
|
include '../../navbar/h1_center_green.html';
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
<div id="div_under">
|
||||||
|
<b>图片来源</b>:<a href="https://www.dmoe.cc/" style="text-decoration-line: none;">樱花二次元图片API</a>
|
||||||
|
</div>
|
||||||
|
<!-- 图床区 body背景 -->
|
||||||
|
<body id="body_img">
|
||||||
|
</body>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
3
public/video/anonymous/nb/icon.html
Executable file
3
public/video/anonymous/nb/icon.html
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
<!-- 页首 header -->
|
||||||
|
|
||||||
|
<link rel="icon" href="../../icon/original.ico" type="image/x-icon"> <!-- 添加网页图标 -->
|
||||||
Reference in New Issue
Block a user