lib/popcorn: introduce static_files examples
[nit.git] / lib / popcorn / examples / static_files / files / index.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <h1>Another Index</h1>
5 </body>
6 </html>