Version 1
[yaffs-website] / node_modules / node-uuid / test / test.html
1 <html>
2   <head>
3     <style>
4       div {
5         font-family: monospace;
6         font-size: 8pt;
7       }
8       div.log {color: #444;}
9       div.warn {color: #550;}
10       div.error {color: #800; font-weight: bold;}
11     </style>
12     <script src="../uuid.js"></script>
13   </head>
14   <body>
15     <script src="./test.js"></script>
16   </body>
17 </html>