mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
17 lines
441 B
HTML
17 lines
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>onDelay() QUnit test</title>
|
|
<link rel="stylesheet" href="qunit.css"/>
|
|
<script src="qunit.js"></script>
|
|
<script type="text/javascript" src="../demo/jquery-1.9.1.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
|
|
<script src="../onDelay.js"></script>
|
|
|
|
<script src="test.js"></script>
|
|
</body>
|
|
</html>
|