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