Skip to content

Instantly share code, notes, and snippets.

@snowindy
Created September 8, 2015 17:53
Show Gist options
  • Save snowindy/f7c473d813cb3f1433cc to your computer and use it in GitHub Desktop.
Save snowindy/f7c473d813cb3f1433cc to your computer and use it in GitHub Desktop.
<!doctype html><!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--> <html ng-app="zeppelinWebApp" ng-controller="MainCtrl" class="no-js"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <title></title> <!-- disable caches for all browser --> <meta http-equiv="cache-control" content="max-age=0"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="cache-control" content="no-store"> <meta http-equiv="expires" content="0"> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"> <meta http-equiv="pragma" content="no-cache"> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- ACE CSS autocomplition issue workarounds --> <style type="text/css">div.ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { z-index: -1 !important; }</style> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.css"> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" ng-href="assets/styles/looknfeel/{{looknfeel}}.css"> <link rel="stylesheet" href="assets/styles/fontImport.css"> <body ng-class="{'bodyAsIframe': asIframe}"> <!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <toast></toast> <div ng-include src="'components/navbar/navbar.html'"></div> <!-- Add your site or application content here --> <div id="main" class="container"> <div ng-view></div> </div> <!-- Modal :: Keyboard shortcuts --> <div ng-include src="'components/modal-shortcut/modal-shortcut.html'"></div> <div ng-controller="NotenameCtrl as notenamectrl"> <div id="note-modal-container" ng-include src="'components/noteName-create/note-name-dialog.html'"></div> </div> <!--[if lt IE 9]>
<script src="scripts/oldieshim.js"></script>
<![endif]--> <script src="scripts/vendor.js"></script> <script src="scripts/scripts.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment