mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
Have finished log report maker
This commit is contained in:
@@ -98,9 +98,13 @@
|
||||
%Lshw%
|
||||
</pre></code>
|
||||
<hr />
|
||||
<p align="center">©2020~Now gfdgd xi</p>
|
||||
<p align="center" id="copyright">©2020~Now <a target="_blank" class="unLine" href="https://gitee.com/gfdgd-xi">gfdgd xi</a></p>
|
||||
</body>
|
||||
<style>
|
||||
.unLine {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
@counter-style lno {
|
||||
system: extends decimal;
|
||||
pad: 4 " ";
|
||||
@@ -142,5 +146,9 @@
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
window.onload = function load(){
|
||||
date = new Date();
|
||||
document.getElementById("copyright").innerHTML = "©2020~" + date.getFullYear() + ' <a class="unLine" target="_blank" href="https://gitee.com/gfdgd-xi">gfdgd xi</a>';
|
||||
}
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user