38894-vm/templates/result.html
2020-10-11 22:06:49 +05:30

14 lines
259 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> You got {{ correct }}/{{ total }} right !</h1>
</body>
</html>