Created
August 11, 2017 11:39
-
-
Save pchelnikovav/2d7a93884ca51cbcc5d954c21267f895 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<title>Home</title> | |
<meta charset="utf-8"> | |
<meta name = "format-detection" content = "telephone=no" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="bootstrap/css/bootstrap.css"> | |
<link rel="stylesheet" href="css/style1.css"> | |
<link rel="stylesheet" href="css/video.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | |
<!--[if (gt IE 9)|!(IE)]><!--> | |
<!--<![endif]--> | |
<!--[if lt IE 9]> | |
<script src="js/html5shiv.js"></script> | |
<link rel="stylesheet" type="text/css" media="screen" href="css/ie.css"> | |
<div style=' clear: both; text-align:center; position: relative;'> | |
<a href="https://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"> | |
<img src="https://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /> | |
</a> | |
</div> | |
<![endif]--> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment