Created
June 6, 2015 15:04
-
-
Save syrxw/aa3ae826b932a3bd9c2c to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html ng-app="app"> | |
<head> | |
<base href="/jsonapi/"> | |
<title>AngularJS Demo Theme</title> | |
<?php wp_head(); ?> | |
</head> | |
<body> | |
<header> | |
<h1> | |
<a href="<?php echo site_url(); ?>">AngularJS Demo Theme</a> | |
</h1> | |
</header> | |
<div ng-view></div> | |
<footer> | |
© <?php echo date( 'Y' ); ?> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment