Update index.cfm

This commit is contained in:
XaHY 2024-10-10 19:33:29 +03:00 committed by GitHub
parent 2656c968c0
commit 0b021c9ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,21 +5,6 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Users List</title> <title>Users List</title>
<style>
table {
width: 50%;
border-collapse: collapse;
margin: 20px 0;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
</style>
</head> </head>
<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>