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>
8 <link rel="StyleSheet" href="styl2.css" type="text/css" title="druhy_styl" />
9 <!--[if gte ie 5.5000]>
10 <link rel="stylesheet" type="text/css" href="ie.css" />
11 <![endif]-->
12 <meta name="keywords" content="MLAB Universal Electronic Modules" />
13 <meta name="description" content="MLAB Project, Main Page" />
14  
15 <link rel="shortcut icon" type="image/x-icon" href="MLAB.ico" />
16 <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> -->
17 <!-- <meta name="robots" content="follow" /> -->
18 <!-- <meta name="revisit-after" content="30 days" /> -->
19  
20  
21 <script language="JavaScript" type="text/javascript" src="menu.js"></script>
22 </head>
23  
24 <body lang="en">
25  
26 <!-- ============== HLAVICKA ============== -->
27 <div class="Heater">
28 <script type="text/javascript">
29 <!--
30 DrawHeader(); // mozno zmenit nadpis v hlavicce
31 // -->
32 </script>
33 <noscript>
34 <b> JavaScript is required for including of the header </b>
35 </noscript>
36 </div>
37  
38 <!-- ============== MENU ============== -->
39 <div class="Menu">
40 <script type="text/javascript">
41 <!--
42 DrawMenu();
43 // -->
44 </script>
45 <noscript>
46 <b> JavaScript is required for including of the menu </b>
47 </noscript>
48 </div>
49  
50 <!-- ============== TEXT STRANKY ============== -->
51 <div class="Text">
52 <p class="Title">
53 Welcome at MLAB site
54 </p>
55 <p class=Subtitle>
56 This is noncommercial web about electronics with original designs.
57 We are especially interested in microcontrollers and small robots.
58 The web is not finished yet, in fact we are working on it these days.
59 </p>
60 <p>
61 Select your prefered language (not working yet)
40 miho 62 <a href="index.html"><img border=0 width=22 height=13 src="CZE.gif" alt="Èeská vlajka"></a>
63 <a href="index.en.html"><img border=0 width=22 height=13 src="GBR.gif" alt="Britská vlajka"></a>
39 miho 64 </p>
65 <p>
66 On this web there are published
67 <a href="AboutMLAB.en.html">MLAB</a>
68 modules, their documentation and other original papers about electronics
69 and designs written by our
70 <a href="AboutAuthors.en.html">authors</a>.
71 We want to brink <i>new valuable information</i>. We are the authors not
72 the web links collectors. More information about our goals and about this web
73 is on the page
74 <a href="AboutWeb.en.html">about MLAB web</a>.
75 </p>
76 <h1> Fast links just for test </h1>
77 <p> <a href="PICPGR301A.en.html">PICPGR301A </a> </p>
78 <p> <a href="Cestina_UTF8.html" >Test èeštiny UTF8 </a> </p>
79 <p> <a href="Cestina_CP1250.html">Test èeštiny CP1250 </a> </p>
80 </div>
81  
82 <!-- ============== PATICKA ============== -->
83 <div class="Footer">
84 <script type="text/javascript">
85 <!--
86 DrawFooter("Test String");
87 // -->
88 </script>
89 <noscript>
90 <b> JavaScript is required for including of the footer </b>
91 </noscript>
92 </div>
93  
94 </body>
95  
96 </html>