Rev Author Line No. Line
3933 kaklik 1 <!-- // CSS Reset – http://meyerweb.com/eric/tools/css/reset/ -->
2 <link rel="stylesheet" type="text/css" href="css/reset.css" media="all">
898 miho 3 <link rel="StyleSheet" href="Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl">
4 <link rel="StyleSheet" href="Web/CSS/MLAB_Print.css" type="text/css" media="print">
3933 kaklik 5 <!-- Google Fonts embed code -->
6 <script type="text/javascript">
7 (function() {
8 var link_element = document.createElement("link"),
9 s = document.getElementsByTagName("script")[0];
10 if (window.location.protocol !== "http:" && window.location.protocol !== "https:") {
11 link_element.href = "http:";
12 }
13 link_element.href += "//fonts.googleapis.com/css?family=PT+Sans:400italic,400,700italic,700";
14 link_element.rel = "stylesheet";
15 link_element.type = "text/css";
16 s.parentNode.insertBefore(link_element, s);
17 })();
18 </script>
898 miho 19 <link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico">
20 <script type="text/javascript" src="Web/JS/MLAB_Menu.js"></script>