<!DOCTYPE html> <!-- <copyright> This file contains proprietary software owned by Motorola Mobility, Inc.<br/> No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. </copyright> --> <html> <head> <script type="text/montage-serialization"> { "owner": { "module": "montage/ui/image2.reel", "name": "Image2", "properties": { "element": {"#": "Image"} } } } </script> </head> <style> .Image { width: 320px; height: 320px; border-radius: 18px; } </style> <body> <div id="Image" class="Image"></div> </body> </html>