Skip to content

Instantly share code, notes, and snippets.

@josephj
Created February 1, 2012 09:41
Show Gist options
  • Save josephj/1716178 to your computer and use it in GitHub Desktop.
Save josephj/1716178 to your computer and use it in GitHub Desktop.
HTML Test
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Prototype</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.4.1/build/cssreset/reset-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/3.4.1/build/cssfonts/fonts-min.css">
<script type="text/javascript" src="http://yui.yahooapis.com/3.4.1/build/yui/yui-min.js"></script>
<script src="https://raw.github.com/josephj/yui3-crossframe/master/crossframe.js"></script>
<style type="text/css">
</style>
</head>
<body>
<div>
Caesar!
</div>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment