Add project files.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user