UNPKG

metro4

Version:

The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style

44 lines (38 loc) 1.44 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="../metro/css/metro-all.css?ver=@@b-version" rel="stylesheet"> <title>Test App bar - Metro 4 :: Popular HTML, CSS and JS library</title> </head> <body class="m4-cloak" style="padding-top: 50px;"> <div class="container"> <h1>App-bar test page</h1> <div data-role="app-bar" data-expand-point="md" class=""> <a href="#" class="brand no-hover"> <span style="width: 40px; height: 40px; line-height: 40px" class="text-center border bd-darkGray border-radius">m<sup>4</sup></span> </a> <ul class="app-bar-menu"> <li><a href="#">Home</a></li> <li> <a href="#" class="dropdown-toggle">Products</a> <ul class="d-menu" data-role="dropdown"> <li><a href="#">Windows 10</a></li> <li><a href="#">Office 365</a></li> <li class="divider bg-lightGray"></li> <li><a href="#">Skype</a></li> </ul> </li> <li><a href="#">Blog</a></li> <li><a href="#">Contacts</a></li> </ul> </div> </div> <script src="../metro/js/metro.js?ver=@@b-version"></script> <script> $(function(){ }) </script> </body> </html>