Rev Author Line No. Line
39 miho 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
2  
3 <html>
4  
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
7 <title> MLAB Main Page </title>
71 miho 8 <link rel="StyleSheet" href="Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style" />
44 kakl 9 <meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics" />
39 miho 10 <meta name="description" content="MLAB Project, Main Page" />
44 kakl 11 <link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico" />
12 <script language="JavaScript" type="text/javascript" src="Web/JS/MLAB_Menu.js"></script>
39 miho 13 </head>
14  
15 <body lang="en">
16  
44 kakl 17 <!-- ============== HEADER ============== -->
18 <div class="Header">
39 miho 19 <script type="text/javascript">
20 <!--
71 miho 21 SetRelativePath("");
44 kakl 22 DrawHeader();
39 miho 23 // -->
24 </script>
25 <noscript>
71 miho 26 <b> JavaScript is required for including of the header </b>
27 </noscript>
39 miho 28 </div>
29  
30 <!-- ============== MENU ============== -->
31 <div class="Menu">
32 <script type="text/javascript">
33 <!--
34 DrawMenu();
35 // -->
36 </script>
37 <noscript>
71 miho 38 <b> JavaScript is required for including of the menu </b>
39 </noscript>
39 miho 40 </div>
41  
44 kakl 42 <!-- ============== TEXT ============== -->
39 miho 43 <div class="Text">
44 <p class="Title">
45 Welcome at MLAB site
44 kakl 46 <br>
47 <a href="index.cs.html"><img border=0 width=22 height=13 src="Web/PIC/CZE.gif" alt="Èeská vlajka"></a>
48 <a href="index.en.html"><img border=0 width=22 height=13 src="Web/PIC/GBR.gif" alt="Britská vlajka"></a>
39 miho 49 </p>
50 <p class=Subtitle>
44 kakl 51 This is a noncommercial web about electronics with original designs.
39 miho 52 We are especially interested in microcontrollers and small robots.
44 kakl 53 You can find here a lot of electronic modules you can use when developing
54 some electronics with processors. It doesn't matter if you are professional
55 developer or hobbyist.
56 <br>
57 <i>
58 The web is not finished yet, in fact we are working on it these days.
59 </i>
39 miho 60 </p>
61 <p>
71 miho 62 On this web there are published MLAB modules,
44 kakl 63 their documentation and other original papers about electronics and designs
71 miho 64 written by our authors.
44 kakl 65 We want to bring <i>new valuable information</i>. We are the authors not
66 the web links collectors. More information about our goals and about this web
71 miho 67 is on the page <a href="Web/About.en.html">about this project</a>.
39 miho 68 </p>
69 <p>
71 miho 70 <ul>
71 <li><a href="Web/AboutMLAB.en.html">About MLAB</a></li>
72 <li><a href="Web/AboutAuthors.en.html">About Authors</a></li>
73 <li><a href="Web/AboutWeb.en.html">About MLAB web</a></li>
39 miho 74 </p>
75 </div>
76  
54 miho 77 <!-- ============== FOOTER ============== -->
39 miho 78 <div class="Footer">
79 <script type="text/javascript">
80 <!--
44 kakl 81 DrawFooter();
39 miho 82 // -->
83 </script>
84 <noscript>
71 miho 85 <b> JavaScript is required for including of the footer </b>
86 </noscript>
39 miho 87 </div>
88  
89 </body>
90  
54 miho 91 </html>