UNPKG

angular-open-ui

Version:

A collection of AngularJS Open UI components

28 lines (26 loc) 1.35 kB
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1, minimum-scale=1" /> <title>Angular Open UI Components</title> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <base href="/"> </head> <body> <div class="container container-fluid" ng-app="angular-open-ui-app"> <br> <ul class="nav nav-tabs"> <li role="presentation"><a href="/">Home</a></li> <li role="presentation"><a href="/demo">Demo</a></li> <li role="presentation"><a href="/doc">Documentations</a></li> </ul> <div ng-view></div> <br> <script src="javascripts/vendor.js"></script> <script src="javascripts/distribute.js"></script> <script src="javascripts/main.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> </div> </body> </html>