Updated documentation regarding use of web servers

This commit is contained in:
Jeff Parsons 2014-10-30 00:14:03 -07:00 committed by jeffpar
commit 1943a1050f
5 changed files with 24 additions and 17 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>jsmachines.net</title>
<title>pcjs.org | /docs/pcjs/demos/sample1.html</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="components.css">
<script type="text/javascript" src="pc.js"></script>
@ -13,4 +13,4 @@
window.embedPC("sample1", "sample1.xml", "components.xsl");
</script>
</body>
</html>
</html>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>jsmachines.net</title>
<title>pcjs.org | /docs/pcjs/demos/sample2.html</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="components.css">
<script type="text/javascript" src="pc.js"></script>
@ -13,4 +13,4 @@
window.embedPC("sample2", "sample2.xml", "components.xsl");
</script>
</body>
</html>
</html>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>jsmachines.net</title>
<title>pcjs.org | /docs/pcjs/demos/sample3a.html</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="components.css">
<script type="text/javascript" src="pc-dbg.js"></script>
@ -13,4 +13,4 @@
window.embedPC("sample3", "sample3a.xml", "components.xsl");
</script>
</body>
</html>
</html>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>jsmachines.net</title>
<title>pcjs.org | /docs/pcjs/demos/sample3b.html</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="components.css">
<script type="text/javascript" src="pc.js"></script>
@ -13,4 +13,4 @@
window.embedPC("sample3", "sample3b.xml", "components.xsl");
</script>
</body>
</html>
</html>