This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwarranty.asp
50 lines (50 loc) · 1.54 KB
/
warranty.asp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!--#include file="conn.asp" -->
<html>
<head>
<title>
Dynacom - Affordable Quailty Network Cabling Products
</title>
<meta name="keywords" content="Dynacom, Wire Management, 110 Cross Connect, Wire, Management, 110, Cross-connect, cross, connect, connections, wire, management, backboard management, residential cabeling, structured wiring, home network management, structured cabling">
<meta name="description" content="Dynacom, is a manufacturer of Wire Management, 110 Cross Connect, Wire, Management, 110, Cross-connect, wire management, backboard management, residential cabling, structured wiring, home network management, structured cabling for the voice and data industries.">
<link rel="stylesheet" type="text/css" href="style.css">
<script language="javascript" type="text/javascript" src="js/dynacom.js">
</script>
</head>
<body onselectstart="return false;">
<table border="1" width="1000" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" height="60">
<!--#include file="inc/banner.inc" -->
</td>
</tr>
<tr>
<td colspan="3" height="30">
<div id="navigator">
<!--#include file="inc/navigator.inc" -->
</div>
</td>
</tr>
<tr height="500">
<td width="20%">
<div id="left" style="width:100%;height:100%; margin:0px;">
<!--#include file="inc/left.inc" -->
</div>
</td>
<td width="60%">
<div id="center">
Warranty Content
</div>
</td>
<td width="20%">
<div id="right" style="width:100%;height:100%">
</div>
</td>
</tr>
<tr>
<td colspan="3">
<!--#include file="inc/footer.inc" -->
</td>
</tr>
</table>
</body>
</html>