Skip to content

Instantly share code, notes, and snippets.

@aweigold
Created October 16, 2016 22:03
Show Gist options
  • Save aweigold/f8e3f6eec36a40d278d78ab396cfc512 to your computer and use it in GitHub Desktop.
Save aweigold/f8e3f6eec36a40d278d78ab396cfc512 to your computer and use it in GitHub Desktop.
Templated index.html file for supporting error pages.
<div class="page-container">
<div class="site-content">
<!-- build:remove:error400,error404 -->
<div ui-view="mainBody"></div>
<!-- /build -->
<!-- build:include:error400 error/400.html --><!-- /build-->
<!-- build:include:error404 error/404.html --><!-- /build-->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment