1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>Draw.io Editor</title>
- <style type="text/css">
- html, body {
- height:100%;
- overflow:hidden;
- }
- body {
- background-color:#ffffff;
- background-image:url(/images/logo-flat.png);
- background-repeat:no-repeat;
- background-position:center;
- font-family:Arial,Sans-Serif;
- overflow:hidden;
- width:100%;
- margin:0;
- }
- </style>
- </head>
- <body>
- </body>
- </html>
|