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
2656c968c0
commit
0b021c9ac2
15
index.cfm
15
index.cfm
@ -5,21 +5,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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>
|
||||
<body>
|
||||
<h2>Hello, Lucee! Today's date is #dateFormat(now(), 'yyyy-mm-dd')#.</h2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user