12345678910111213141516171819 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <head>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: DOCS
- © Copyright IBM Corp. 2005, 2015.
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <meta name="Copyright" content="© Copyright IBM Corp. 2005, 2015." />
- <meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
- <title>Blank frame</title>
- <style type="text/css">
- body {background-color:#FFFFFF;}
- </style>
- </head>
- <html lang="en-us" xml:lang="en-us">
- <body></body>
- </html>
|