jason.zhu 872dc1edba Serving Your First File
* Understand how to serve index.html
* Understand how to configure default html page
2021-04-21 23:16:01 +10:00

10 lines
148 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Dutch Treat</title>
</head>
<body>
<h1>Dutch Treat</h1>
</body>
</html>