Instalacao do express

This commit is contained in:
2025-07-18 20:38:07 +00:00
parent 6211d2c67a
commit 5699856dd1
10 changed files with 785 additions and 0 deletions

11
views/index.ejs Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
<h1><%= title %></h1>
<p>Welcome to <%= title %></p>
</body>
</html>