Skip to content

Instantly share code, notes, and snippets.

@syrxw
Created June 6, 2015 15:04
Show Gist options
  • Save syrxw/aa3ae826b932a3bd9c2c to your computer and use it in GitHub Desktop.
Save syrxw/aa3ae826b932a3bd9c2c to your computer and use it in GitHub Desktop.
<!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>
&copy; <?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