Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
- <script src="application.js"></script>
- <link href="https://fonts.googleapis.com/css2?family=Wellfleet&display=swap" rel="stylesheet">
- <meta name="viewport" content="width=device-width, user-scalable=no">
- <link rel="stylesheet" href="application.scss">
- <meta charset="utf-8">
- <!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">-->
- <!-- Bootstrap CSS -->
- <title>Stickers</title>
- </head>
- <body>
- <div class='wrapper'>
- <header class='header'>
- <div class='containerrr'>
- <div class='header_body'>
- <a href="#" class='header_logo'>
- <h9>Stickers</h9>
- </a>
- <div class="header_burger">
- <span></span>
- </div>
- <nav class="header_menu">
- <ul class="header_list">
- <li>
- <a href="" class="header_link">1</a>
- </li>
- <li>
- <a href="" class="header_link">2</a>
- </li>
- <li>
- <a href="" class="header_link">3</a>
- </li>
- <li>
- <a href="" class="header_link">4</a>
- </li>
- <li>
- <a href="" class="header_link">5</a>
- </li>
- </ul>
- </nav>
- </div>
- </div>
- </header>
- </div>
- <!-- Optional JavaScript -->
- <!-- jQuery first, then Popper.js, then Bootstrap JS -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment