gitftomhub-mirror/index.cfm
2024-10-11 17:11:21 +03:00

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>