mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
15 lines
356 B
HTML
15 lines
356 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<title>CSP Test Page</title>
|
||
|
<script src="../jquery.js"></script>
|
||
|
<script src="iframeTest.js"></script>
|
||
|
<script src="support/csp.js"></script>
|
||
|
<script src="support/getComputedSupport.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>CSP Test Page</p>
|
||
|
</body>
|
||
|
</html>
|