init
This commit is contained in:
12
views/example.ejs
Normal file
12
views/example.ejs
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user