Files
open-internet-files-project/public/video/anonymous/index.php
skimrme 1bacc014b5 dev
2025.7.5-1

修改:
    1.导航栏的显示问题
    2.著作所有的显示层

新计划:
    1.完善video页面
    2.恢复公网访问

署名: SkimrMe_
2025-07-05 03:29:21 +08:00

39 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- 匿名 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';
?>
<?php
include '../navbar/footer.html';
// footer
?>
</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>