<?php
    // Copyright (C) 2005-2007 Craigweb
    // http://www.craigweb.net
    // Released under the terms of the MIT/expat license.
    // See copying.txt for full license text.
        require_once('template.php'); 
template_open("Craigweb - Main Page");
echo "

<div class='mainpagetext'>Craigweb provides computer consulting services,including networking and Point of Sale development and deployment. We are able to provide complete custom computer solutions to business of all sizes and for all budgets. We have extensive experience integrating custom web applications with full hardware solutions so as to meet your business's needs with modern long lasting solutions.
<br/><br/>
<a href='http://craigweb.net/hardware.php'>Craigweb PCs</a> sells custom Windows and Linux desktops, laptops, media center systems, point of sale terminals/thin clients and servers.</div><br/>
<div align='center'>For more information about how we can build a custom solution for you, please  <a href='contactus.php'>contact us</a>. </div><br/><br/>

";
template_close();
?>