Files
open-internet-files-project/public/about/index.php
skimrme 6719c4fbe8 Original commit
-----------2025.6.27  skimrme
2025-06-27 16:16:53 +08:00

56 lines
1.8 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.
<!-- about关于页面 -->
<html>
<head>
<meta charset="utf-8" lang="zh-CN">
<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">
</head>
<body>
<!-- 页面内容区 -->
<div id="div_top">
<?php
//include './navbar/header_li.html';
?>
</div>
<div id="div_content">
<?php
include '../navbar/h1_center_green.html';
?>
<!-- sqlite 数据库连接 -->
<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>
<h1>
about | 关于
</h1>
#2025.4.2
<br>
本小站成立于2025.4.1日,正好是愚人节呢
<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>
<?php
include '../navbar/footer.html';
?>
</html>