Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
krman009 committed Jan 2, 2015
1 parent 726b17b commit 3e99b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="data">
<div class="title">Daily tasks done by Your Name.</div>
<!-- Date Here(02 Jan '14) -->
<div class="day">
<div id="02Jan14" class="day">
<div class="date">02-01-2014</div>
<ul>
<li>Lorem ka Dolor ka Ipsum ka suamme</li>
Expand All @@ -37,7 +37,7 @@
<div class="last-edit">Last Modified: 02-01-2014 19:24:00</div>
</div> <!-- Over 02-01-14 -->
<!-- 06 Jan '14 -->
<div class="day">
<div id="06Jan14" class="day">
<div class="date">06-01-2014</div>
<ul>
<li>Lorem ka Dolor ka Ipsum <i>Italic tag</i> ka suamme</li>
Expand All @@ -50,4 +50,4 @@

</div>
</body>
</html>
</html>

0 comments on commit 3e99b66

Please sign in to comment.