Skip to content

Instantly share code, notes, and snippets.

@memish
Created January 18, 2019 22:35
Show Gist options
  • Save memish/55884f48ec6a544997e812b9405f8c76 to your computer and use it in GitHub Desktop.
Save memish/55884f48ec6a544997e812b9405f8c76 to your computer and use it in GitHub Desktop.
<table class="table table-bordered table-responsive-sm" id="calendar">
<thead>
<tr>
<th>Sun</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
</tr>
</thead>
<tbody id="calendar-body">
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment