- fixed various markdown syntax. - fixed relative path to images. - update text to mention EiffelWeb, and updated version.
14 lines
427 B
HTML
14 lines
427 B
HTML
---
|
|
layout: default
|
|
title: EiffelWeb framework
|
|
base_url: "./"
|
|
---
|
|
<div class="jumbotron">
|
|
<h1>EiffelWeb</h1>
|
|
<p class="lead">
|
|
Framework to build web applications in Eiffel
|
|
</p>
|
|
<a class="btn btn-default btn-lg btn-primary" href="{{ site.download }}">Download</a>
|
|
<a class="btn btn-default btn-lg btn-primary" href="{{ site.repo }}">Contribute</a>
|
|
</div>
|