UNPKG

foam-framework

Version:
38 lines (33 loc) 1.13 kB
<html> <head> <style type="text/css"> .bar { color: white; margin-left:8px; font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; } </style> <link rel="stylesheet" type="text/css" href="..//core/foam.css" /> <script language="javascript" src="../core/bootFOAM.js"></script> <script language="javascript" src="demos.js"></script> <script language="javascript" src="../js/foam/lib/bookmarks/Bookmark.js"></script> <script language="javascript" src="../core/UML.js"></script> <title>FOAM Test</title> </head> <body> <div style="height:40px;background:whitesmoke;border-width: 0 0 1px;border: 0 solid #e5e5e5;"> <font size=+3 face="catull" style="text-shadow:rgba(64,64,64,0.5) 3px 3px 4px;"> <font color="#3333FF">F</font><font color="#FF0000">O</font><font color="#FFCC00">A</font><font color="#33CC00">M</font></font> </div> <br/> <canvas id="uml" width="900" height="700"> </canvas> <canvas id="view" width="300" height="30"> </canvas> <script src="test.js"></script> </body> </html>