first real commit
This commit is contained in:
parent
0c96059b29
commit
f40e6d51a5
11 changed files with 2631 additions and 6 deletions
11
views/layout.ejs
Normal file
11
views/layout.ejs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!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>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue