Archived
1
0
This repository has been archived on 2025-09-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
3words/views/index.html
2014-08-17 23:45:40 +02:00

7 lines
110 B
HTML

{include="layout"}
{include="navbar"}
<div class="container">
<h3>Hello World!</h3>
</div>
{include="footer"}