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)
62 <a href="index.html">
63 <img border=0 width=22 height=13 src="CZE.gif" alt="Èeská vlajka">
64 </a>
65 <a href="index.en.html">
66 <img border=0 width=22 height=13 src="GBR.gif" alt="Britská vlajka">
67 </a>
68 </p>
69 <p>
70 On this web there are published
71 <a href="AboutMLAB.en.html">MLAB</a>
72 modules, their documentation and other original papers about electronics
73 and designs written by our
74 <a href="AboutAuthors.en.html">authors</a>.
75 We want to brink <i>new valuable information</i>. We are the authors not
76 the web links collectors. More information about our goals and about this web
77 is on the page
78 <a href="AboutWeb.en.html">about MLAB web</a>.
79 </p>
80 <h1> Fast links just for test </h1>
81 <p> <a href="PICPGR301A.en.html">PICPGR301A </a> </p>
82 <p> <a href="Cestina_UTF8.html" >Test èeštiny UTF8 </a> </p>
83 <p> <a href="Cestina_CP1250.html">Test èeštiny CP1250 </a> </p>
84 </div>
85  
86 <!-- ============== PATICKA ============== -->
87 <div class="Footer">
88 <script type="text/javascript">
89 <!--
90 DrawFooter("Test String");
91 // -->
92 </script>
93 <noscript>
94 <b> JavaScript is required for including of the footer </b>
95 </noscript>
96 </div>
97  
98 </body>
99  
100 </html>