Created
August 3, 2011 08:30
-
-
Save codepo8/1122169 to your computer and use it in GitHub Desktop.
output of the Edge tool
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>Untitled</title> | |
<!--Adobe Edge Runtime--> | |
<script type="text/javascript" src="../edge_includes/jquery-1.4.2.min.js"></script> | |
<script type="text/javascript" src="../edge_includes/jquery.easing.1.3.js"></script> | |
<script type="text/javascript" src="../edge_includes/edge.0.1.1.min.js"></script> | |
<script type="text/javascript" src="../edge_includes/edge.symbol.0.1.1.min.js"></script> | |
<script type="text/javascript" charset="utf-8" src="why_edge.js"></script> | |
<link rel="stylesheet" href="why_edge.css"/> | |
<!--Adobe Edge Runtime End--> | |
</head><body> | |
<div id="stage" class="symbol_stage"> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment