feat: entire application
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>NestJS MVC</title>
|
||||
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.css">
|
||||
<link rel="stylesheet" href="https://matcha.mizu.sh/matcha.istanbul.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{> navbar}}
|
||||
<div class="container mt-4">
|
||||
{{{body}}}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user