blob: 36c7014c0a085e885fb6f7e43aa80f3fc3699720 [file] [log] [blame]
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Paint</title>
<style type="text/css"><!--
html,body,div, canvas {margin:0px; padding:0px; overflow:hidden}
#imageView { border: none; cursor: crosshair }
--></style>
<!--[if lt IE 9]><script type="text/javascript" src="scripts/flashcanvas.js"></script><![endif]-->
<script type="text/javascript" src="scripts/sharedraw.js"></script>
<script type="text/javascript" src="scripts/draw.js"></script>
</head>
<body onload="Controller.init()">
<canvas id="imageView" height="300" width="400">
<p>Unfortunately, your browser is currently unsupported by this widget.
We are sorry for the inconvenience. Please use one of the
supported browsers listed below:</p>
<p>Supported browsers: <a href="http://www.opera.com">Opera</a>, <a
href="http://www.mozilla.com">Firefox</a>, <a
href="http://www.apple.com/safari">Safari</a>, and <a
href="http://www.konqueror.org">Konqueror</a>.</p>
</canvas>
</body>
</html>