SHARE
TWEET

Untitled

a guest Dec 10th, 2014 170 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html ng-app="buildProfileApp">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5.  
  6. <link href="/static/css/bootstrap.min.css" rel="stylesheet">
  7. <link href="/static/css/bootstrap-theme.min.css" rel="stylesheet">
  8.  
  9. <script src="/static/js/jquery-1.11.1.min.js"></script>
  10.  
  11. <script src="/static/js/angular-1.3.5.js"></script>
  12. <script src="/static/js/controllers.js"></script>
  13.  
  14. <link href="/static/css/main.css" rel="stylesheet">
  15.  
  16. <title>Website.com - Setup Your Profile</title>
  17.  
  18. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  19. <!--[if lt IE 9]>
  20.   <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  21.   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  22. <![endif]-->
  23. </head>
  24.  
  25. <body ng-controller="validateChannelCtrl">
  26. <nav class="navbar navbar-inverse navbar-static-top">
  27.         <div class="container">
  28.                 <div class="navbar-header">
  29.                         <a class="navbar-brand" href="#">Gamerly</a>
  30.                 </div>
  31.                 <div class="">
  32.                         <ul class="nav navbar-nav">
  33.                                 <li><a href="#">Home</a></li>
  34.                                 <li><a href="#">Events</a></li>
  35.                         </ul>
  36.                 </div>
  37.         </div>
  38. </nav>
  39.  
  40. <section class="container">
  41.         <div class="row">
  42.                 <div class="col-md-12">
  43.                         <h2 id="welcome-header-text">Welcome to Website!</h2>
  44.                         <p>Take a few steps to set up your profile:</p>
  45.                         <p>{{channel_id}} {{test}}</p>
  46.                 </div>
  47.         </div>
  48. </section>
  49.  
  50. </body>
  51. </html>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top