title: CRUD Lucee Example
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>CRUD — <cfoutput>#tableName#</cfoutput></title>
|
||||
<title>CRUD Lucee Example — <cfoutput>#tableName#</cfoutput></title>
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
|
||||
<style>
|
||||
:root {
|
||||
@@ -204,7 +204,7 @@
|
||||
|
||||
<div class="header">
|
||||
<img src="assets/logo.svg" alt="Nubes" />
|
||||
<h1><cfoutput>#tableName#</cfoutput></h1>
|
||||
<h1>CRUD Lucee Example</h1>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user