Coder theme
This commit is contained in:
parent
b0f6cdb1a5
commit
99b3b75058
3 changed files with 48 additions and 1 deletions
|
@ -109,14 +109,18 @@ function purpleMagic() {
|
|||
return html
|
||||
}
|
||||
|
||||
function code() {
|
||||
return '<link rel="stylesheet" type="text/css" href="/themes/code/style.css"> <script src="/themes/code/script.js"></script>'
|
||||
}
|
||||
|
||||
var events = [
|
||||
rain(),
|
||||
purpleMagic(),
|
||||
code(),
|
||||
"",
|
||||
]
|
||||
|
||||
module.exports = {
|
||||
|
||||
returnTheme: function() {
|
||||
var time = new Date()
|
||||
return events[time.getDate() % events.length]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue