- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / translate_internals / event_logs.html
1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <div>
7   <h2>Event Logs</h2>
8   <table>
9     <thead>
10       <tr>
11         <th class="event-logs-time">Time</th>
12         <th class="event-logs-place">Filename: line</th>
13         <th class="event-logs-message">Message</th>
14       </tr>
15     </thead>
16     <tbody></tbody>
17   </table>
18 </div>