| Line 1... |
Line -... |
| 1 |
<!-- // CSS Reset – http://meyerweb.com/eric/tools/css/reset/ --> |
- |
|
| 2 |
<link rel="stylesheet" type="text/css" href="css/reset.css" media="all"> |
- |
|
| 3 |
<link rel="StyleSheet" href="Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl"> |
1 |
<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"> |
2 |
<link rel="StyleSheet" href="Web/CSS/MLAB_Print.css" type="text/css" media="print"> |
| 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> |
- |
|
| 19 |
<link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico"> |
3 |
<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> |
4 |
<script type="text/javascript" src="Web/JS/MLAB_Menu.js"></script> |