15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>MCQ Application</title>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1>
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<div class="container paper">
|
|
<%~ it.body %>
|
|
</div>
|
|
</body>
|
|
</html> |