删除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

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