16 lines
517 B
HTML
16 lines
517 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Questionnaire</title>
|
|
<link rel="stylesheet" href="css/index.css">
|
|
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="css/patua-one-font.css">
|
|
<link rel="stylesheet" href="css/loading.css">
|
|
</head>
|
|
<body>
|
|
<script src="js/index.js"></script>
|
|
</body>
|
|
</html>
|