diane-fileserver/public/index.html

17 lines
329 B
HTML

<html>
<head>
<title>Express</title>
<link
rel="stylesheet"
type="text/css"
href="public/stylesheets/style.css"
/>
</head>
<body>
<h1>Express</h1>
<p>Welcome to Express Typescript Rest API</p>
<p>Got to http://localhost:3000/api/v1 to test your API endpoint</p>
</body>
</html>