Intitial project structure with express.js

This commit is contained in:
2023-10-28 23:22:18 -04:00
parent fa67371b44
commit 092b7d8cc2
6 changed files with 812 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{% block title %}{% endblock %} | Leviathan</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>