wine-wine/dlls/mshtml/tests/runscript.html

12 lines
216 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<script>
var q = document.location.search.replace("?", "");
if(q) document.write('<s'+'cript src="' + q + '"></s'+'cript>');
</script>
<body>
</body>
</html>