ExpressTemplate/views/layout.ejs

12 lines
266 B
Text
Raw Permalink Normal View History

2023-11-24 00:13:48 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JET</title>
</head>
<body>
<h1>Jo's Express Template</h1>
2023-11-26 01:16:08 +01:00
<p>Welcome to your new express app :)</p>
2023-11-24 00:13:48 +01:00
</body>
</html>