added date

This commit is contained in:
isaac.johnson 2024-05-18 15:35:00 +00:00
parent edd3478353
commit fcc481fbee
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<link rel="stylesheet" type="text/css" href="/styles.css" />
</head>
<body>
<h1>Hello From The Index EJS file</h1>
<%= new Date() %>
</body>
</html>