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>
44 kakl 8 <link rel="StyleSheet" href="./Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style" />
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 <!--
44 kakl 21 DrawHeader();
39 miho 22 // -->
23 </script>
24 <noscript>
47 kakl 25 <b> JavaScript is required for including of the header </b></noscript>
39 miho 26 </div>
27  
28 <!-- ============== MENU ============== -->
29 <div class="Menu">
30 <script type="text/javascript">
31 <!--
32 DrawMenu();
33 // -->
34 </script>
35 <noscript>
47 kakl 36 <b> JavaScript is required for including of the menu </b></noscript>
39 miho 37 </div>
38  
44 kakl 39 <!-- ============== TEXT ============== -->
39 miho 40 <div class="Text">
41 <p class="Title">
42 Welcome at MLAB site
44 kakl 43 <br>
44 <a href="index.cs.html"><img border=0 width=22 height=13 src="Web/PIC/CZE.gif" alt="Èeská vlajka"></a>
45 <a href="index.en.html"><img border=0 width=22 height=13 src="Web/PIC/GBR.gif" alt="Britská vlajka"></a>
39 miho 46 </p>
47 <p class=Subtitle>
44 kakl 48 This is a noncommercial web about electronics with original designs.
39 miho 49 We are especially interested in microcontrollers and small robots.
44 kakl 50 You can find here a lot of electronic modules you can use when developing
51 some electronics with processors. It doesn't matter if you are professional
52 developer or hobbyist.
53 <br>
54 <i>
55 The web is not finished yet, in fact we are working on it these days.
56 </i>
39 miho 57 </p>
58 <p>
44 kakl 59 On this web there are published <a href="Web/AboutMLAB.en.html">MLAB</a> modules,
60 their documentation and other original papers about electronics and designs
61 written by our <a href="Web/AboutAuthors.en.html">authors</a>.
62 We want to bring <i>new valuable information</i>. We are the authors not
63 the web links collectors. More information about our goals and about this web
64 is on the page <a href="Web/AboutWeb.en.html">about MLAB web</a>.
39 miho 65 </p>
66 <p>
44 kakl 67 The web is primary in Czech language but some information is translated
68 into English language. When the text is not in English it is presented
69 in Czech. Schematics, tables, source files and other design data are considered
70 to be international enough to be valuable even without translated text.
39 miho 71 </p>
44 kakl 72 <p>
73 The translation may not be done well. If you can see errors let us know, please.
39 miho 74 </div>
75  
54 miho 76 <!-- ============== FOOTER ============== -->
39 miho 77 <div class="Footer">
78 <script type="text/javascript">
79 <!--
44 kakl 80 DrawFooter();
39 miho 81 // -->
82 </script>
83 <noscript>
47 kakl 84 <b> JavaScript is required for including of the footer </b></noscript>
39 miho 85 </div>
86  
87 </body>
88  
54 miho 89 </html>