Update index.cfm

This commit is contained in:
XaHY 2024-10-11 17:01:51 +03:00 committed by GitHub
parent 0b021c9ac2
commit dec1f1d81e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@
<body> <body>
<h2>Hello, Lucee! Today's date is #dateFormat(now(), 'yyyy-mm-dd')#.</h2> <h2>Hello, Lucee! Today's date is #dateFormat(now(), 'yyyy-mm-dd')#.</h2>
<h3>Users List:</h3> <h3>Users List:</h3>
<!--
<table> <table>
<tr> <tr>
<th>ID</th> <th>ID</th>
@ -27,6 +28,7 @@
</tr> </tr>
</cfloop> </cfloop>
</table> </table>
-->
</body> </body>
</html> </html>
</cfoutput> </cfoutput>