mirror of
https://github.com/its-michaelroy/Simple_Portfolio.git
synced 2026-06-03 23:00:43 +00:00
First push after making changes to template. Planning to add dark mode switch and decide what to do with onclick of project images.
This commit is contained in:
5
assets/js/year.js
Normal file
5
assets/js/year.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// js/year.js
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
document.getElementById("year").innerHTML =
|
||||
"© " + new Date().getFullYear() + " Michael Roy.";
|
||||
});
|
||||
Reference in New Issue
Block a user