Express Server erstellt

This commit is contained in:
Lukas Nowy
2018-10-07 15:56:57 +02:00
parent eb7e787ea0
commit 216a04e233
412 changed files with 63855 additions and 37 deletions

View File

@ -0,0 +1,3 @@
<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>

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>