1
0
Fork 0
forked from fun/fun
fun/examples/data/htdocs/index.html

10 lines
225 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Fun HTTP Server</title>
</head>
<body>
<h1>Welcome to the Fun HTTP Server!</h1>
<p>This page is served from <code>./examples/data/htdocs/index.html</code>.</p>
</body>
</html>