Add files via upload

This commit is contained in:
Haiyong
2022-05-13 16:06:32 +08:00
committed by GitHub
parent 5577266690
commit 65b11c6554
2 changed files with 27 additions and 2 deletions

View File

@@ -42,4 +42,24 @@
#credits .society6 {
color:#993f4c;
}
.page-footer {
position: fixed;
right: 35px;
bottom: 20px;
display: flex;
align-items: center;
padding: 5px;
color: black;
background: rgba(255, 255, 255, 0.65);
}
.page-footer a {
display: flex;
margin-left: 4px;
}
.touxiang{
bottom: 0px;
width:30px;
height:30px;
}

View File

@@ -13,11 +13,16 @@
<div class="made-with-love">
Made with
<i></i> by
<a target="_blank" href="http://haiyong.site/index">海拥</a>
<a target="_blank" href="http://haiyong.site/about">海拥</a>
</div>
<p>Copyright © <a href="http://haiyong.site/moyu">摸鱼小游戏</a></p>
</div>
<footer class="page-footer">
<span>made by </span>
<a href="https://haiyong.site/moyu" target="_blank">
<img class="touxiang" src="https://haiyong.site/img/favicon.png" alt="George Martsoukos logo">
</a>
</footer>
<link rel="stylesheet" href="css/style.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r70/three.min.js"></script>