-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathindex.php
More file actions
23 lines (20 loc) · 782 Bytes
/
Copy pathindex.php
File metadata and controls
23 lines (20 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html>
<head>
<title>Online IAT</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link type="text/css" href="core/css/overcast/jquery-ui-1.8.18.custom.css" rel="stylesheet" />
<style type="text/css"> @import "core/css/iat.css";</style>
<script type="text/javascript" src="core/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="core/js/jquery-ui-1.8.18.custom.min.js"></script>
<script type="text/javascript" src="core/js/IAT.js"></script>
<script type="text/javascript">
initialize();
</script>
</head>
<body>
<div id="instructions">
Javascript must be enabled for the application to run.<br><br>
Please enable javascript to continue.<br><br>
</div>
</body>