Created
December 11, 2017 21:54
-
-
Save pastyrMisha/a43c82e55d080b398445ca6859eb43d0 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
<!DOCTYPE html> | |
<html lang="ru-RU"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<link rel='stylesheet' id='' href='css/.css' type='text/css' media='all' /> <link href="css/style.css" rel="stylesheet" type="text/css" /> | |
<link href="css/mobile.css" rel="stylesheet" type="text/css" /> | |
<script type='text/javascript' src='scripts/jquery-2.1.1.js'></script> | |
<script type='text/javascript' src='scripts/.js'></script> | |
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" /> | |
<title></title> | |
</head> | |
<body> | |
<div id="page-content"> | |
<header> | |
<div class="head-content"> | |
</div> | |
</header> | |
<div class="menumain"> | |
<div class="smmenu"><i class="fa fa-bars" aria-hidden="true"></i> меню</div> | |
<ul class="ulnav"> | |
<li><a href="index.html" class="actived">главная</a></li> | |
<li><a href="" class="notact">наши мастера</a></li> | |
<li><a href="" class="notact">стили</a></li> | |
<li><a href="" class="notact">сроки, оплата и доставка</a></li> | |
<li><a href="" class="notact">прайс-лист</a></li> | |
<li><a href="" class="notact">статьи</a></li> | |
<li><a href="" class="notact">контакты</a></li> | |
</ul> | |
</div> | |
<script> | |
$(".smmenu").on("click", function() { | |
$(".ulnav").toggleclass("showhide"); | |
$(".menumain").toggleclass("menumainwqqw"); | |
}); | |
</script> | |
<div class="content-inside"> | |
</div> | |
<div class="outsider"> | |
</div> | |
</div> | |
</div> | |
<footer> | |
<div class="futer"> | |
</div> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment