Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.html « test « node-uuid « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89e0f2c44bbe74e6d94222f021898d2505bf5b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <style>
      div {
        font-family: monospace;
        font-size: 8pt;
      }
    </style>
    <script src="../uuid.js"></script>
  </head>
  <body>
    <script src="./test.js"></script>
  </body>
</html>