lib/popcorn: add example and test for default_file
[nit.git] / lib / popcorn / examples / static_files / public / default.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5
6 <title>Some Popcorn love</title>
7
8 <link rel="stylesheet" type="text/css" href="/css/style.css">
9 </head>
10 <body>
11 <h1>Default Page</h1>
12 </body>
13 </html>