summaryrefslogtreecommitdiff
path: root/test/js/sync-script-css.html
blob: 34e6167745205561d3459a13287661ee83f1af56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>Sync script Test (css)</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Sync script Test (css)</h1>
<p>Before</p>
<noscript><p>Javascript is disabled</p></noscript>
<script src="tst.js"></script>
<p>Afterwards</p>
</body>
</html>