25 lines
549 B
HTML
25 lines
549 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>3.1 DW</title>
|
|
<link href="3.1 DW.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="tablitsa">
|
|
<table width="800" border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td class="jeltii"><p>students</p></td>
|
|
<td class="jeltii"><p>faculty</p></td>
|
|
<td class="jeltii"><p>visitors</p></td>
|
|
<td class="goluboi goluboi2"><p>UD Home</p></td>
|
|
<td class="goluboi"><p>UD Search</p></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|