Move hello_routed_world under tests/dev since it was not really an example, but more a dev workspace/test
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>
|