mirror of
https://github.com/arnaucube/kunigu.git
synced 2026-02-07 03:26:42 +01:00
updated README and updated /demo
This commit is contained in:
23
demo/indexOUT.html
Normal file
23
demo/indexOUT.html
Normal 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>
|
||||
Reference in New Issue
Block a user