fst – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <table id='incidents' class="table table-striped table-bordered" style='width:100%'>
2 <h3>Incidents</h3>
3 <thead>
4 <tr>
5 <th>Server</th>
6 <th>Incidents</th>
7 <th>Stamp</th>
8 </tr>
9 </thead>
10 <tbody>
11 </tbody>
12 </table>
13  
14 <!-- local scripts -->
15 <script src="js/incidents-table.js" defer></script>