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.
24 lines
682 B
24 lines
682 B
<!-- |
|
To change this template, choose Tools | Templates |
|
and open the template in the editor. |
|
--> |
|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title></title> |
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
<link rel="stylesheet" type="text/css" href="css/basic.css"/> |
|
<script type="text/javascript" src="scripts/jquery-1.6.2.min.js"></script> |
|
<script type="text/javascript" src="scripts/selQuestionApp.js"></script> |
|
<script type="text/javascript"> |
|
|
|
$(document).ready(function(){ |
|
init(); |
|
}); |
|
|
|
</script> |
|
</head> |
|
<body> |
|
|
|
</body> |
|
</html>
|
|
|