Added REQUEST_FILE_SYSTEM_HANDLER to the router library Added file system handler in "hello_routed_world" example
10 lines
185 B
HTML
10 lines
185 B
HTML
<html>
|
|
<head>
|
|
<title>Hello Eiffel</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
|
|
</head>
|
|
<body>
|
|
<h1>Hello Eiffel World :D</h1>
|
|
</body>
|
|
</html>
|