16 lines
297 B
HTML
Executable File
16 lines
297 B
HTML
Executable File
<!-- 导航栏页尾 -->
|
|
<footer>
|
|
<div id="copyright">
|
|
<a>Copyright ©2025 open-green-dam-project</a>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
<style>
|
|
#copyright
|
|
{
|
|
color: rgba(255, 255, 255, 0.438);
|
|
/* 页面边距 上、右、下、左 */
|
|
margin: 0px 0px -3% 0px;
|
|
}
|
|
</style> |