Created
December 8, 2015 22:48
-
-
Save benfurfie/ce28f6153cb6453c84e2 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<head> | |
<title>WP JSON Front End Test</title> | |
</head> | |
<body> | |
<h1 class="title"></h1> | |
<div class="content"></div> | |
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script> | |
<script src="public/controller.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment