Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
soulxyz committed Dec 13, 2019
1 parent 6acbd63 commit 9d9ffd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</div>
</div>
<script>
var picnum = parseInt(Math.random()*26+1);
document.write('<div class="bak" style="background-image: url(https://cdn.jsdelivr.net/gh/soulxyz/soulxyz.github.io@1.0/statics/img/'+picnum+'.jpg);"></div>');
var picnum = parseInt(Math.random()*27+1);
document.write('<div class="bak" style="background-image: url(https://cdn.jsdelivr.net/gh/soulxyz/soulxyz.github.io@1.1/statics/img/'+picnum+'.jpg);"></div>');
</script>
<main>
<div class="content">
Expand Down
Binary file added statics/img/27.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d9ffd7

Please sign in to comment.