21 lines
382 B
HTML
21 lines
382 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="stylesheet" href="css/style.css">
|
||
|
<link href="images/favicon.ico" rel="shortcut icon">
|
||
|
<title>VCP Bayern - eLearning</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div class="container">
|
||
|
<h1>VCP Bayern - eLearning</h1>
|
||
|
<h2>{{ questionTitle }}</h2>
|
||
|
<p>{{ questionText }}</p>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|