Files
Nodejs-express-orm-crud/views/example.ejs
2025-11-27 16:33:42 +01:00

13 lines
199 B
Plaintext

<!-- views/przyklad.ejs -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= title %></title>
</head>
<body>
<h1><%= title %></h1>
<p>Liczba: <%= liczba %></p>
</body>
</html>