Files
open-internet-files-project/public/index.php
skimrme fbc4f88fc1 dev
添加网页图标
修改div_top的小问题

2025.6.29-2
2025-06-29 08:12:08 +08:00

61 lines
2.2 KiB
PHP
Executable File
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.
<!-- 网站首页 -->
<html>
<head>
<meta charset="utf-8" lang="zh-CN">
<title>green-dam</title>
<!-- 引入css ./css/ -->
<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">
<!-- 引入js ./js/ -->
<?php
include "./navbar/header.html";
?>
</head>
<body>
<!-- 页面内容区 -->
<div>
<?php
//include './navbar/header_li.html';
//已废用
?>
</div>
<div id="div_content">
<?php
include './navbar/h1_center_green.html';
?>
<div id="div_1">
<?php
//include './navbar/header_li.html';
//已废用
?>
</div>
<div id="div_top_navbar_li">
<?php
include "./navbar/div_top_navbar_li.html";
?>
</div>
<div id="div_centent_2">
<b>
格林达姆-收录小屋、顾名思义,就是收录关于格林达姆——绿坝娘的文件,数据,音频,图片,视频的小站
<br>
同时,致力于保护互联网的即将消失的数据
<br>
感谢各位,考古学家们的挖掘于奉献
</b>
</div>
</div>
<!-- 图床来源 https://www.dmoe.cc/ -->
<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背景 -->
</body>
<?php
include './navbar/footer.html';
?>
</html>