Fixed examples
This commit is contained in:
parent
1d81e555b2
commit
e98fb48bc6
5 changed files with 19 additions and 21 deletions
|
|
@ -5,12 +5,12 @@
|
|||
<title>pcjs.org | /docs/pcjs/demos/example3b.html</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="components.css">
|
||||
<script type="text/javascript" src="pc.js"></script>
|
||||
<script type="text/javascript" src="pcx86.js"></script>
|
||||
</head>
|
||||
<body style="font-family: Helvetica, Arial, sans-serif;">
|
||||
<div id="example3"></div>
|
||||
<script type="text/javascript">
|
||||
embedPC("example3", "example3b.xml", "components.xsl");
|
||||
embedPCx86("example3", "example3b.xml", "components.xsl");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue