You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
494 B
20 lines
494 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<title>Tests</title> |
|
|
|
<script type="text/javascript"> |
|
['url-polyfill'].forEach(function(fileName) { |
|
var script = document.createElement('script'); |
|
script.src = '../' + fileName + '.js?timeout=' + Math.random().toString(); |
|
document.head.appendChild(script); |
|
}); |
|
</script> |
|
|
|
</head> |
|
<body> |
|
Test executing... |
|
</body> |
|
</html> |