UNPKG

profoundjs

Version:

Profound.js Framework and Server

59 lines (31 loc) 1.13 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title> Genie - Gradient Skin </title> <link href="/profoundui/proddata/css/profoundui.css" rel="stylesheet" type="text/css" /> <link href="/profoundui/userdata/genie skins/Gradient/Gradient.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/profoundui/proddata/js/genie.js"></script> <script type="text/javascript" src="/profoundui/userdata/genie skins/Gradient/custom.js"></script> </head> <body> <div class="mainDiv"> <div class="topDiv" align="center"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td id="gradient1" width="50%"> Profound UI On-The-Fly Modernization </td> <td id="gradient2" width="50%"> <span id="userSpan">Welcome</span> </td> </tr> </table> </div> <div id="middle" class="middleDiv centered"> <div class="insideDiv" style="POSITION: relative; VISIBILITY: hidden" id="5250"> </div> </div> </div> </body> </html>