Update header.js

This commit is contained in:
TheEmeraldStarr 2020-09-17 17:31:04 -07:00
parent 101efa72e6
commit d9a4fcbf59

View file

@ -6,6 +6,14 @@ function randInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
var titles = [
]
var icons = [
]
var psel, prss;
window.addEventListener('DOMContentLoaded', function() {