Last active
December 19, 2015 19:38
-
-
Save crofty/6007167 to your computer and use it in GitHub Desktop.
Embedded Lookbook
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'> | |
<h2>Embedded lookbook - default</h2> | |
<script src='http://lookbook.rapha.cc/aw13-cx/en/embed' type='text/javascript'></script> | |
<h2>Embedded lookbook - width specified</h2> | |
<script src='http://lookbook.rapha.cc/aw13-cx/en/embed?width=800' 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