Update and rename CHT.js to venith.js
This commit is contained in:
parent
7769cd22cd
commit
7a5c60e655
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +0,0 @@
|
|||
let year = document.getElementById("year");
|
||||
year.innerHTML = new Date().getFullYear();
|
||||
2
legacy/venith.js
Normal file
2
legacy/venith.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
let year = document.getElementById("year");
|
||||
year.innerHTML = new Date().getFullYear();
|
||||
Loading…
Add table
Add a link
Reference in a new issue