updated README and updated /demo

This commit is contained in:
arnaucode
2017-11-06 20:47:45 +01:00
parent e669faa982
commit c03f70ad6c
10 changed files with 65 additions and 3 deletions

23
demo/indexOUT.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<body>
<div class="row">
<div class="card">
<h2>Hi, this is the card1</h2>
<p>This card contains this content.
Maybe we can try to do a list:</p>
<ul>
<li>Here is the first element</li>
<li>Here the second</li>
<li>Oh just the third</li>
<li>etc</li>
</ul>
</div>
<div class="card">
<h2>Hi, this is the card2</h2>
<p>This card contains this content.</p>
<p>bla bla bla</p>
</div>
</div>
</body>
</html>