mirror of
https://github.com/xahys/testlucee
synced 2026-04-08 18:07:38 +03:00
Update index.cfm
This commit is contained in:
parent
0b021c9ac2
commit
dec1f1d81e
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user