Basic widget in place; no functionality
[rgbconverter.git] / RGB_Converter.wdgt / RGB_Converter.html
1 <!--
2 /*=====================================================================*\
3 || ################################################################### ||
4 || # RGB Converter Widget [#]version[#]
5 || # --------------------------------------------------------------- # ||
6 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
7 || # This file may not be reproduced in any way without permission. # ||
8 || # --------------------------------------------------------------- # ||
9 || # User License Agreement at http://www.iris-studios.com/license/ # ||
10 || ################################################################### ||
11 \*=====================================================================*/
12 -->
13
14 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
15 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
16 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
17 <head>
18 <style type="text/css">
19 @import "RGB_Converter.css";
20 </style>
21 <script src="RGB_Converter.js" type="text/javascript"></script>
22 <title>RGB Conveter $Revision$</title>
23 </head>
24 <body>
25
26
27 <!-- front -->
28 <div id="front">
29
30 </div>
31 <!-- / front -->
32
33 <!-- back -->
34 <div id="back">
35
36 </div>
37 <!-- / back -->
38
39 </body>
40 </html>
41
42 <!--
43 /*=====================================================================*\
44 || ###################################################################
45 || # $HeadURL$
46 || # $Id$
47 || ###################################################################
48 \*=====================================================================*/
49 -->