UNPKG

foam-framework

Version:
19 lines (18 loc) 652 B
<html> <head> <link rel="stylesheet" type="text/css" href="../core/foam.css" /> <script language="javascript" src="../core/bootFOAM.js"></script> <script src="/js/foam/core/dao/ClientDAO.js"></script> <title>FOAM Tests</title> <style type="text/css"> h3 {color: #444;} .code {width:900px; white-space: pre; border: 1px solid; padding: 5px; font-family: monospace;} .output {width:900px; white-space: pre; border: 1px solid; padding: 5px; color: blue;} .error {border: 2px solid red;} .description { margin-left: 20px; font-size: 115%; } </style> </head> <body> <script src="FOAMTests.js"></script> </body> </html>