You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
368 B
HTML
26 lines
368 B
HTML
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="title-banner">
|
|
CONTACT US
|
|
<br>
|
|
<img src="">
|
|
</div>
|
|
|
|
|
|
<!-- contacts table -->
|
|
<table border="1">
|
|
<tr>
|
|
<td>one</td>
|
|
<td>two</td>
|
|
</tr>
|
|
<tr></tr>
|
|
<tr></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|