add another script test

This commit is contained in:
Vincent Sanders 2012-07-31 21:44:03 +01:00
parent 2999410af6
commit 84152cd72b
3 changed files with 14 additions and 2 deletions

View File

@ -9,7 +9,8 @@
<li><a href="assorted.html">Assorted</a></li>
<li><a href="inline-doc-write-simple.html">Simple docuemnt write</a></li>
<li><a href="inline-doc-write.html">Script within inline script</a></li>
<li><a href="sync-script.html">External syncronous script (with css)</a></li>
<li><a href="sync-script.html">External syncronous script</a></li>
<li><a href="sync-script-css.html">External syncronous script (with css)</a></li>
</ul>

View File

@ -0,0 +1,12 @@
<html>
<head>
<title>Sync script Test (css)</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Sync script Test (css0</h1>
<p>Before</p>
<script src="tst.js"></script>
<p>Afterwards</p>
</body>
</html>

View File

@ -1,7 +1,6 @@
<html>
<head>
<title>Sync script Test</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Sync script Test</h1>