26 lines
992 B
Plaintext
26 lines
992 B
Plaintext
<head>
|
|
<title>Home</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800">
|
|
<link rel="stylesheet" href="~/WebTheme/css/bootstrap.css">
|
|
<link rel="stylesheet" href="~/WebTheme/css/fonts.css">
|
|
<link rel="stylesheet" href="~/WebTheme/css/style.css">
|
|
<style>
|
|
.ie-panel {
|
|
display: none;
|
|
background: #212121;
|
|
padding: 10px 0;
|
|
box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);
|
|
clear: both;
|
|
text-align: center;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {
|
|
display: block;
|
|
}</style>
|
|
</head> |