bf1558eeb0
### Summary The `server` package implements a static file web server intended to be used during development. The goal is to have it as close to a production environment as possible. Not there yet. This is the first step.
8 lines
116 B
HTML
8 lines
116 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>/index.html</title>
|
|
</head>
|
|
<body>
|
|
<b>/index.html</b>
|
|
</body>
|
|
</html>
|