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.
26 lines
750 B
26 lines
750 B
13 years ago
|
<!--
|
||
|
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>
|
||
13 years ago
|
<script src="scripts/languages.js" type="text/javascript"></script>
|
||
13 years ago
|
<script type="text/javascript" src="scripts/selQuestionApp.js"></script>
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
$(document).ready(function(){
|
||
|
init();
|
||
|
});
|
||
|
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
13 years ago
|
|
||
13 years ago
|
</body>
|
||
|
</html>
|