Created
October 16, 2016 22:03
-
-
Save aweigold/f8e3f6eec36a40d278d78ab396cfc512 to your computer and use it in GitHub Desktop.
Templated index.html file for supporting error pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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