|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<title>Document</title>
|
|
|
<include file="public@header" />
|
|
|
</head>
|
|
|
<body>
|
|
|
联系人页
|
|
|
<table class="table table-bordered" style="margin:10px 10px;">
|
|
|
<caption>联系人</caption>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>姓名</th>
|
|
|
<th>电话</th>
|
|
|
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>Tanmay</td>
|
|
|
<td>Bangalore</td>
|
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|