DockerRestApi/public/index.html
2019-09-19 18:07:12 +02:00

13 lines
176 B
HTML

<html>
<head>
<title>Express</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</head>
<body>
<h1>Express</h1>
<p>Welcome to Express</p>
</body>
</html>