Last active
December 19, 2015 04:49
-
-
Save crofty/5900156 to your computer and use it in GitHub Desktop.
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> | |
<meta charset='utf-8'> | |
<title>Embedded</title> | |
</head> | |
<body> | |
<div class='container'> | |
<h1>Embedded lookbook - development</h1> | |
<h1>Default embed</h1> | |
<script src='http://localhost:3000/test/en/embed' type='text/javascript'></script> | |
<h1>Smaller embed</h1> | |
<script src='http://localhost:3000/test/en/embed?width=300px' type='text/javascript'></script> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment