feat: add copyright footer with logos for 有音教育 and 艺超音乐
This commit is contained in:
@@ -90,5 +90,14 @@
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
.login-footer { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.9); padding: 10px; text-align: center; }
|
||||
.login-footer img { height: 30px; width: auto; }
|
||||
</style>
|
||||
<div class="login-footer">
|
||||
<img src="/static/images/有音-logo和字.png" alt="有音教育" style="height:25px;margin-right:20px;">
|
||||
<img src="/static/images/艺超-logo和字.png" alt="艺超音乐" style="height:25px;">
|
||||
<p class="small text-muted mb-0 mt-1">© 2024-2026 有音教育 & 艺超音乐 联合开发</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user