mirror of
https://github.com/xahys/testlucee
synced 2026-04-10 10:57:37 +03:00
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
<cfoutput>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Users List</title>
|
|
</head>
|
|
<body>
|
|
<h2>Hello, Lucee! Today's date is #dateFormat(now(), 'yyyy-mm-dd')#.</h2>
|
|
<h3>Users List:</h3>
|
|
</body>
|
|
</html>
|
|
</cfoutput>
|