[Reformat] Standardizing the code using the built-in tool

This commit is contained in:
eoghan.conlon 2023-07-29 23:42:37 +01:00
parent 8d17037c0f
commit 4147e8568b
3 changed files with 18 additions and 18 deletions

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en-ie">
<head>
<meta charset="UTF-8" />
<meta charset="UTF-8"/>
<title>Skynet</title>
[ <link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png" />
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png"/>
</head>
<body>
<h1>Skynet Password Reset & Sign-up service</h1>
@ -19,10 +19,10 @@
<!--testing2-->
<footer>
UL Computer Society 2023-<span id="year">2023</span>
UL Computer Society 2023-<span id="year">2023</span>
</footer>
</body>
<script>
document.getElementById('year').textContent = new Date().getFullYear().toString()
document.getElementById('year').textContent = new Date().getFullYear().toString()
</script>
</html>