SHARE
TWEET
Untitled
a guest
Dec 10th, 2014
170
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <!DOCTYPE html>
- <html ng-app="buildProfileApp">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="/static/css/bootstrap.min.css" rel="stylesheet">
- <link href="/static/css/bootstrap-theme.min.css" rel="stylesheet">
- <script src="/static/js/jquery-1.11.1.min.js"></script>
- <script src="/static/js/angular-1.3.5.js"></script>
- <script src="/static/js/controllers.js"></script>
- <link href="/static/css/main.css" rel="stylesheet">
- <title>Website.com - Setup Your Profile</title>
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
- </head>
- <body ng-controller="validateChannelCtrl">
- <nav class="navbar navbar-inverse navbar-static-top">
- <div class="container">
- <div class="navbar-header">
- <a class="navbar-brand" href="#">Gamerly</a>
- </div>
- <div class="">
- <ul class="nav navbar-nav">
- <li><a href="#">Home</a></li>
- <li><a href="#">Events</a></li>
- </ul>
- </div>
- </div>
- </nav>
- <section class="container">
- <div class="row">
- <div class="col-md-12">
- <h2 id="welcome-header-text">Welcome to Website!</h2>
- <p>Take a few steps to set up your profile:</p>
- <p>{{channel_id}} {{test}}</p>
- </div>
- </div>
- </section>
- </body>
- </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.

