comedi-www/links.php
2002-12-02 22:38:16 +00:00

24 lines
806 B
PHP

<?php
include('lib/template.php');
echo get_header('comedi', '.');
?>
<h1>Manufacturer Links</h1>
<ul>
<li><a href="http://www.addi-data.com">ADDI-DATA GmbH</a>
<li><a href="http://www.advantech.com">Advantech</a>
<li><a href="http://www.adlink.com.tw">ADLink</a>
<li><a href="http://www.analog.com/industry/ios/index.html">Analog Devices</a>
<li><a href="http://www.computerboards.com">ComputerBoards</a>
<li><a href="http://www.datx.com">Data Translation</a>
<li><a href="http://www.instrument.com/">Intelligent Instrumentation</a>
<li><a href="http://www.iotech.com/">IOtech</a>
<li><a href="http://www.keithley.com/">Keithley Metrabyte</a>
<li><a href="http://www.natinst.com">National Instruments</a>
<li><a href="http://www.quanser.com">Quanser Consulting</a>
</ul>
<?php
echo get_footer();
?>