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> | |
<head> | |
<title>Test 3</title> | |
<script src="js/handlebars.js"></script> | |
<script src="js/webtoolkit.md5.js"></script> | |
<!-- notice this will not display until the data is populated --> | |
<script id="result-template" type="text/x-handlebars-template"> | |
<h2>Your Gravatar</h2> |
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> | |
<head> | |
<title>Handelbars Example 2</title> | |
<script src="js/handlebars.js"></script> | |
<!-- notice this will not display until the data is populated --> | |
<script id="result-template" type="text/x-handlebars-template"> | |
<h2>Your Favorite Things</h2> | |
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> | |
<head> | |
<title>Handelbars Example 1</title> | |
<script src="js/handlebars.js"></script> | |
<!-- notice this will not display until the data is populated --> | |
<script id="result-template" type="text/x-handlebars-template"> | |
<h2>Your Bio</h2> | |
<p> |
NewerOlder