added date
This commit is contained in:
parent
edd3478353
commit
fcc481fbee
|
@ -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>
|
Loading…
Reference in New Issue