删除merge、建立web,并合并

This commit is contained in:
2025-08-12 11:59:21 +08:00
parent ef2c204bae
commit 11ac279c88
4 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<html>
<head>
<title>不想写了</title>
<meta charset="utf-8" lang="zh-CN">
</head>
<body>
忘记写了
<br>
所以暂时就不写了
<p>2025.08.05</p>
<p>over</p>
</body>
</html>

View File

@@ -6,7 +6,7 @@
<link rel="icon" type="image/x-icon" href="./icon/original.ico"> <link rel="icon" type="image/x-icon" href="./icon/original.ico">
</head> </head>
<body> <body>
<div id="black_block"> <div id="black_block"> <!-- 黑色透明背景居中 -->
<div id="navbar1"> <div id="navbar1">
<table border="0" style="background-color: rgba(147, 185, 255, 0.644);"> <table border="0" style="background-color: rgba(147, 185, 255, 0.644);">
<tbody> <tbody>
@@ -79,20 +79,31 @@
<!-- 屑站日志 --> <!-- 屑站日志 -->
<br> <br>
<br> <br>
<img id="open-ww3-project-img" width="10%" src="./src/img/open-ww3-project.png" alt="open-ww3-project-img">
<div id="post_content"> <div id="post_content">
<?php <?php
include "./read_file.php"; include "./read_file.php";
?> ?>
</div> </div>
<link style="background-color: blueviolet;" href="https://gitea.ww3.tw/skimrme/open-ww3-project-ww3-tw">
<img id="gitea-img" src="https://gitea.ww3.tw/assets/img/logo.svg" width="10%" alt="gitea" >
</link>
</body> </body>
</html> </html>
<style> <style>
#gitea-img
{
overflow: auto;
/* up、right、down、left */
margin: -630px 0px 0px 1036px;
}
#open-ww3-project-img #open-ww3-project-img
{ {
overflow: auto; overflow: auto;
/* up、right、down、left */ /* up、right、down、left */
margin: -354px 0px 0px 1035px; margin: -320px 0px 0px -10px;
} }
#post_content #post_content
{ {

0
public/blog/read_file.php Normal file → Executable file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB