Skip to content

Instantly share code, notes, and snippets.

@liorkesos
Created April 13, 2016 21:08
Show Gist options
  • Save liorkesos/bae35cb9200a4955e8ad6eb655b2f8cd to your computer and use it in GitHub Desktop.
Save liorkesos/bae35cb9200a4955e8ad6eb655b2f8cd to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" itemscope="itemscope" itemtype="http://schema.org/Product">
<!DOCTYPE html>
<head>
<base href="/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="fragment" content="!">
<title>MEAN - A Modern Stack - Development - MEAN - A Modern Stack - Development</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta name="keywords" content="node.js, express, mongoose, mongodb, angularjs, swig">
<meta name="description" content="MEAN - A Modern Stack: MongoDB, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).">
<meta property="fb:app_id" content="APP_ID">
<meta property="og:title" content="MEAN - A Modern Stack - Development - MEAN - A Modern Stack - Development">
<meta property="og:description" content="MEAN - A Modern Stack: MongoDB, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).">
<meta property="og:type" content="website">
<meta property="og:url" content="APP_URL">
<meta property="og:image" content="APP_LOGO">
<meta property="og:site_name" content="MEAN - A Modern Stack">
<meta property="fb:admins" content="APP_ADMIN">
<link rel="manifest" href="/system/assets/static/manifest.json">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body data-ng-controller="StarterController" ng-cloak class="ng-cloak" ng-class="state">
<div class="navbar navbar-inverse navbar-fixed-top" data-ng-include="'/meanStarter/views/system/header.html'" data-role="navigation"></div>
<div data-ng-include="'/admin/views/index.html'"></div>
<section class="content">
<section class="container">
<section data-ui-view ></section>
<script type="text/javascript">
window.user = "";
window.modules = null;
</script>
</section>
</section>
<script type="text/javascript" src="/bundle/app.js"></script>
<script type="text/javascript" src="//localhost:35729/livereload.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment