vcp-elearning/VCPBayern_eLearning/eLearning/templates/index.html

21 lines
382 B
HTML
Raw Normal View History

2016-01-20 23:55:56 +01:00
<!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>