node-web-scaffolding
Version:
scaffolding to start a web application + REST api with Nodejs
17 lines (16 loc) • 399 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>NodeJS Web Application Scaffolding</title>
<style type="text/css">
body {
text-align: center;
}
</style>
</head>
<body>
<h1>Sorry, could not find the resource you requested.</h1>
<img src="assets/images/hamster.jpg" />
</body>
</html>