|
Revision 20934, 0.6 kB
(checked in by liosk, 5 years ago)
|
|
Added javascript/UUID.js project.
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|---|
| 3 | <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 4 | |
|---|
| 5 | <head> |
|---|
| 6 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|---|
| 7 | <title>UUIDTest</title> |
|---|
| 8 | <script type="text/javascript" src="uuid.js"></script> |
|---|
| 9 | </head> |
|---|
| 10 | |
|---|
| 11 | <body> |
|---|
| 12 | <h1>UUIDTest</h1> |
|---|
| 13 | <script type="text/javascript"> |
|---|
| 14 | var log = function(m) { document.writeln(m); }; |
|---|
| 15 | var verbose = true; |
|---|
| 16 | </script> |
|---|
| 17 | <pre><script type="text/javascript" src="uuidTest.js"></script></pre> |
|---|
| 18 | </body> |
|---|
| 19 | |
|---|
| 20 | </html> |
|---|