Useful Tools |
|
<.link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Note: after the line of code is in place, remove the "period" after the opening angle bracket. |
|
Highlight the following script and copy it into your code exactly where you want it to appear. Please note that you may not see the date until the page has been saved and uploaded. You will also need to remove the "period" after the opening angle bracket after you place the script in the code for your page.
var today = new Date() var year = today.getFullYear() document.write(year)
</script>
|
|
Last Updated: 08.28.2015 |