mirror of
https://github.com/wanghao221/moyu.git
synced 2026-09-03 06:25:43 +08:00
Add files via upload
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user