Simple hex excercises

index.html 1005B

    <!doctype html> <html ng-app="hexmeh"> <head> <title>Hex Meh</title> <link type="text/css" rel="stylesheet" href="styles/hexmeh.css" /> </head> <body> <header> <a href="/" title="Hex Meh">Hex Meh</a> </header> <div role="main" ng-view></div> <footer> <span>For demonstration purposes.</span> </footer> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js"></script> <script type="text/javascript" src="http://code.angularjs.org/1.0.1/angular-resource-1.0.1.min.js"></script> <script type="text/javascript" src="scripts/utilities.js"></script> <script type="text/javascript" src="scripts/controllers.js"></script> <script type="text/javascript" src="scripts/app.js"></script> </body> </html>