Browse Source

Moved helloworld/ to examples/helloworld/

Artur Adib 14 years ago
parent
commit
3476364886
  1. 0
      examples/helloworld/README.md
  2. 0
      examples/helloworld/hello.js
  3. 0
      examples/helloworld/helloworld.pdf
  4. 18
      examples/helloworld/index.html
  5. 18
      helloworld/index.html

0
helloworld/README.md → examples/helloworld/README.md

0
helloworld/hello.js → examples/helloworld/hello.js

0
helloworld/helloworld.pdf → examples/helloworld/helloworld.pdf

18
examples/helloworld/index.html

@ -0,0 +1,18 @@ @@ -0,0 +1,18 @@
<!doctype html>
<html>
<head>
<!-- PDF.js-specific -->
<script type="text/javascript" src="../../pdf.js"></script>
<script type="text/javascript" src="../../metrics.js"></script>
<script type="text/javascript" src="../../fonts.js"></script>
<script type="text/javascript" src="../../glyphlist.js"></script>
<script type="text/javascript" src="hello.js"></script>
</head>
<body>
<canvas id="the-canvas" style="border:1px solid black;"/>
</body>
</html>

18
helloworld/index.html

@ -1,18 +0,0 @@ @@ -1,18 +0,0 @@
<!doctype html>
<html>
<head>
<!-- PDF.js-specific -->
<script type="text/javascript" src="../pdf.js"></script>
<script type="text/javascript" src="../metrics.js"></script>
<script type="text/javascript" src="../fonts.js"></script>
<script type="text/javascript" src="../glyphlist.js"></script>
<script type="text/javascript" src="hello.js"></script>
</head>
<body>
<canvas id="the-canvas" style="border:1px solid black;"/>
</body>
</html>
Loading…
Cancel
Save